Skip to content

Commit

Permalink
Added HTML reporting module support
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Sep 11, 2024
1 parent a0793bd commit 908d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagather_modules/networking_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def query_internetdb(ip, report_file_extension):
tags = ['Tags were not found']
if not vulns:
vulns = ['Vulnerabilities were not found']
if report_file_extension == 'pdf':
if report_file_extension == 'pdf' or report_file_extension == 'html':
return ports, hostnames, cpes, tags, vulns
elif report_file_extension == 'xlsx':
return ports, hostnames, cpes, tags, vulns
Expand Down

0 comments on commit 908d2fb

Please sign in to comment.