mirror of
https://github.com/NetsecExplained/Nmap-XML-to-CSV.git
synced 2026-08-27 08:20:12 +03:00
Update nmap_xml_parser.py
This commit is contained in:
parent
98399e1bee
commit
a1ac820207
@ -8,7 +8,7 @@ from time import sleep
|
||||
|
||||
|
||||
if not version.startswith('3'):
|
||||
print('\nThis script is inteded to be run with Python3. If using another version and encounter an error, try using Python3\n')
|
||||
print('\nThis script is intended to be run with Python3. If using another version and encounter an error, try using Python3\n')
|
||||
sleep(3)
|
||||
|
||||
|
||||
@ -213,4 +213,4 @@ if __name__ == '__main__':
|
||||
exit()
|
||||
|
||||
csv_name = args.csv
|
||||
main()
|
||||
main()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user