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.
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.