Show
Ignore:
Timestamp:
08/10/07 21:02:44 (6 years ago)
Author:
boltrix
Message:

Now, you can't start a scan without specifying a target. That was leading umit to raise an error while trying to parse an incomplete xml output. Also, the error with the parsing itself was fixed, so even if the user succeed on executing a scan without an target, that error won't occour anymore.Thanks to Joao and Guilherme who identified the bug and reported today.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umitCore/NmapParser.py

    r1306 r1312  
    748748        self.in_port = False 
    749749        self.in_os = False 
     750        self.list_extraports = [] 
    750751 
    751752        self.nmap_xml_file = None