dnmap – Distributed Nmap Framework
dnmap is a distributed Nmap framework which can hand off Nmap scans to several clients. It reads an already created file with Nmap commands and send those commands to each client connected to it. The framework use a client/server architecture. The server knows what to do and the clients do it. All the logic and statistics are managed in the server. Nmap output is stored on both server and client. Usually you would want this if you have to scan a large group of hosts and you have several different internet connections (or friends that want to help you). Features of the framework Clients can be run on any computer on Internet. Do not have to be local cluster or anything. Is uses TLS protocol for encryption. dnmap_server features If the server goes down, clients continue trying to connect until the server gets back online. If the server goes down, when you put it up again it will send commands starting from the last command given before the shutdown. You do not need to remember...