Find rouge DHCP server on network


Open two terminals 

In the first, type 
sudo tcpdump -nelt udp port 68 | grep -i "boot.*reply"

In second, type
sudo nmap --script broadcast-dhcp-discover -e eth0
Change eth0 to the network interface on your system rg. ens18

Kategoria: Bez kategorii

Możliwość komentowania została wyłączona.