Update nmap_xml_parser.py

This commit is contained in:
Jake Miller 2018-07-23 20:20:54 -05:00 committed by GitHub
parent 3b80713471
commit 92a993089a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ def main():
contents = fh.read()
if '<!entity' in contents.lower():
print("[-] Error! This program does not permit XML entities. Exiting!")
exit()
continue
data = parse_xml(filename)
if not data:
print("[*] Zero hosts identitified as 'Up'. Exiting.")