Netdiscover-Simple ARP Scanner to scan for live hosts in a network-"Hacking Tool"

Опубликовано: 20 Май 2026
на канале: Muhammad Shafiq
26
2

Netdiscover is a simple ARP scanner which can be used to scan for live hosts in a network. It can scan for multiple subnets also. It simply produces the output in a live display(ncurse). This can be used in the first phases of a pentest where you have access to a network. Netdiscover is a simple and initial-recon tool which can be very handy.
Link:: https://github.com/alexxy/netdiscover

Features:::
1)Simple Arp Scanner
2)Works in both Active & Passive modes
3)Produces a live display of identified hosts
4)Able to scan multiple subnets
5)Timing Options
Examples::
Scan common Lan addresses on eth0
netdiscover -i eth0
Fast scan common Lan addresses on eth0 (search only for gateways)
netdiscover -i eth0 -f
Scan some fixed ranges
netdiscover -i eth0 172.26.0.0/24
Scan common lan addresses with sleep time 0.5 instead of default 1
netdiscover -i eth0 -s 0.5
Scan fixed range on fast mode with sleep time 0.5 instead of default 1
netdiscover -i eth0 192.168.0.0/16 -f -s 0.5
Only sniff for arp traffic, dont send nothing
netdiscover -i eth0 -p
Scan for common lan addresses using old hardcore mode (much more faster, but
avoid it on networks with bad link)
netdiscover -i eth0 -S