You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\zenmapCore_Kvasir\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.
The text was updated successfully, but these errors were encountered:
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\zenmapCore_Kvasir\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.
The text was updated successfully, but these errors were encountered: