Pentest Tools

Published on November 15th, 2016 📆 | 4490 Views ⚑

0

Netdiscover – Network Address Discovery Tool


Text to Voice
Netdiscover is a network address discovery tool that was developed mainly for those wireless networks without DHCP servers, though it also works on wired networks. It sends ARP requests and sniffs for replies.

Built on top of libnet and libpcap, it can passively detect on-line hosts, or search for them, by actively sending ARP requests, it can also be used to inspect your network ARP traffic, or find network addresses using auto scan mode, which will scan for common local networks

Requirements

  • libpcap
  • libnet > 1.1.2

Tested to work on Linux, Solaris MacOS X and OpenBSD, other *nix variants may work.

 

Usage

Build

You can download Netdiscover here:

netdiscover-master.zip

Or read more here.



Comments are closed.