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 908d2fb commit c8fd536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagather_modules/crawl_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def domains_reverse_research(subdomains, report_file_type):
if not subdomain_ip:
subdomain_ip = ["No subdomains IP's were found"]

if report_file_type == 'pdf':
if report_file_type == 'pdf' or report_file_type == 'html':
return subdomain_mails, sd_socials, subdomain_ip
elif report_file_type == 'xlsx':
return subdomain_urls, subdomain_mails, subdomain_ip, sd_socials

0 comments on commit c8fd536

Please sign in to comment.