Dnmap
De Linuxmemo.
Version du 25 avril 2013 à 14:50 par Linuxmemo (discuter | contributions)
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>