Command line usage & parameters:
Usage: netdiscover [-i device] [-r range | -p] [-s time] [-n node] [-c count] [-f] [-S]
If -p or -r arent enabled, netdiscover will scan for common lan addresses
On screen usage keys:
h Show help screen j Scroll down (or down arrow) k Scroll up (or up arrow) a Show arp replys list r Show arp requests list q Close help screen or end application
Some examples of usage
Scan a class C network, to see wich hosts are up
# netdiscover -i wlan0 -r 192.168.1.0/24
Scanning /16 network, trying to find online boexes
# netdiscover -i wlan0 -r 192.168.0.0/16
Scan a class A network, trying to find network addresses
# netdiscover -i wlan0 -r 10.0.0.0/8
Auto scan common networks
# netdiscover -i wlan0
Dont send arp requests, listen only
# netdiscover -i wlan0 -p
If you want to change your mac address for the scan, try:
# ifconfig wlan0 down # ifconfig wlan0 hw ether 00:11:22:33:44:55 # ifconfig wlan0 up # netdiscover -i wlan0 [options]