We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34b4df commit 3df0122Copy full SHA for 3df0122
Parser/nmap_xml_parser.py
@@ -1,6 +1,8 @@
1
#Read ME - NMAP Output file is converted to dictonary and processed
2
#Input - NMAP Output XML File
3
#Output - Dictonary (Contains the opened port number and service name)
4
+
5
+#pip install xmltodict
6
import xmltodict
7
import os
8
0 commit comments