Skip to content

Commit 3df0122

Browse files
committed
Update nmap_xml_parser.py
1 parent d34b4df commit 3df0122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Parser/nmap_xml_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#Read ME - NMAP Output file is converted to dictonary and processed
22
#Input - NMAP Output XML File
33
#Output - Dictonary (Contains the opened port number and service name)
4+
5+
#pip install xmltodict
46
import xmltodict
57
import os
68

0 commit comments

Comments
 (0)