class documentation

class NmapTask(object): (source)

View In Hierarchy

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. A property NmapProcess.current_task points to the running task at time T and a dictionnary NmapProcess.tasks with "task name" as key is built during scan execution

Method __init__ Undocumented
Instance Variable endtime Undocumented
Instance Variable etc Undocumented
Instance Variable extrainfo Undocumented
Instance Variable name Undocumented
Instance Variable percent Undocumented
Instance Variable progress Undocumented
Instance Variable remaining Undocumented
Instance Variable starttime Undocumented
Instance Variable status Undocumented
Instance Variable updated Undocumented
def __init__(self, name, starttime=0, extrainfo=''): (source)

Undocumented

Undocumented

Undocumented

extrainfo = (source)

Undocumented

Undocumented

Undocumented

progress: int = (source)

Undocumented

remaining: int = (source)

Undocumented

starttime = (source)

Undocumented

Undocumented

Undocumented