KvasirSecurity / Kvasir

Kvasir: Penetration Test Data Management
Other
424 stars 86 forks source link

nmap.py node.hostscripts not working #188

Open sanyiofugh opened 7 years ago

sanyiofugh commented 7 years ago

Hi,

I am performing nmap scan with nmap scan and import --script=banner,smb-os-discovery,smb-server-stats,smb-security-mode which output into the xml like that: <script id="smb-os-discovery" output=" ....... within the xml file output code area (nmap.py). the code is not entering the for hostscripts in node.hostscripts: loop in line 226 even though there are hostscript entries as well within _modules\zenmapCoreKvasir\NmapParser.py some of the code of the hostscript related parsing in lines 280-300 is commented out.

I can't seem to find the solution for this :( please help? :D.