Dnmap
De Linuxmemo.
Distributed nmap scans
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>