Dnmap

De Linuxmemo.

Distributed nmap scans

http://www.mateslab.com.ar/

Dnmap is a framework to distribute nmap scans among several clients.

Put some nmap commands on a file like commands.txt

Start the dnmap_server

./dnmap_server -f commands.txt

Start any number of clients

./dnmap_client -s <server-ip> -a <alias>
Outils personnels