meta data for this page
  •  

This is an old revision of the document!


Rogue server detection

Detect DHCP server:

sudo nmap --script broadcast-dhcp-discover -e br-lan
tcpdump -i any -nelt udp port 68 | grep -i "boot.*reply"