module documentation

Undocumented

Class NmapProcess NmapProcess is a class which wraps around the nmap executable.
Class NmapTask NmapTask is a internal class used by process. Each time nmap starts a new task during the scan, a new class will be instantiated. Classes examples are: "Ping Scan", "NSE script", "DNS Resolve",.. To each class an estimated time to complete is assigned and updated at least every second within the NmapProcess...
Function main Undocumented
def main(): (source)

Undocumented