Skip to content

Commit

Permalink
Normalized subdomains emails output for PDF report (part of #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jul 29, 2024
1 parent 6d14a94 commit 7f4475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting_modules/pdf_report_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def report_assembling(short_domain, url, case_comment, data_array, report_info_a
report_folder = report_info_array[3]
ctime = report_info_array[4]
report_ctime = report_info_array[6]

print(subdomain_mails)
context = {'sh_domain': short_domain, 'full_url': url, 'ip_address': ip, 'registrar': res['registrar'],
'creation_date': res['creation_date'],'expiration_date': res['expiration_date'],
'name_servers': ', '.join(res['name_servers']),'org': res['org'],
Expand Down

0 comments on commit 7f4475c

Please sign in to comment.