Add `netdiscover` ARP scanner.

This commit is contained in:
fabacab 2022-01-27 12:09:47 -05:00
parent 2528d7b5bb
commit 0674bc291c
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ See [awesome-lockpicking](https://github.com/fabacab/awesome-lockpicking).
* [dnsrecon](https://github.com/darkoperator/dnsrecon/) - DNS enumeration script.
* [dnstracer](http://www.mavetju.org/unix/dnstracer.php) - Determines where a given DNS server gets its information from, and follows the chain of DNS servers.
* [fierce](https://github.com/mschwager/fierce) - Python3 port of the original `fierce.pl` DNS reconnaissance tool for locating non-contiguous IP space.
* [netdiscover](https://github.com/netdiscover-scanner/netdiscover) - Network address discovery scanner, based on ARP sweeps, developed mainly for those wireless networks without a DHCP server.
* [nmap](https://nmap.org/) - Free security scanner for network exploration & security audits.
* [passivedns-client](https://github.com/chrislee35/passivedns-client) - Library and query tool for querying several passive DNS providers.
* [passivedns](https://github.com/gamelinux/passivedns) - Network sniffer that logs all DNS server replies for use in a passive DNS setup.