meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:sw:dhcp:rogue [2023/08/22 09:18] – niziak | linux:sw:dhcp:rogue [2024/04/26 11:34] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Rogue server detection ====== | + | ====== Rogue DHCP server detection ====== |
| Turn off DHCP server. | Turn off DHCP server. | ||
| Line 6: | Line 6: | ||
| <code bash> | <code bash> | ||
| - | sudo nmap --script broadcast-dhcp-discover -e br-lan | + | tcpdump |
| </ | </ | ||
| <code bash> | <code bash> | ||
| - | tcpdump | + | sudo nmap --script broadcast-dhcp-discover -e br-lan |
| </ | </ | ||
| + | |||
| + | |||