security-scripts icon indicating copy to clipboard operation
security-scripts copied to clipboard

Remove python-nmap library, use XML parsing routines

Open PeterMosmans opened this issue 8 years ago • 0 comments

The current library has some threading issues, and issues with parsing UDP services. Letting nmap output scanresults to XML and parse those is easier, and alleviates the need for the third party library python-nmap.

PeterMosmans avatar Feb 01 '17 10:02 PeterMosmans