Skip to content

Commit

Permalink
Fixed xlsx report filling issue (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jul 13, 2024
1 parent 45de220 commit 8ed7eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporting_modules/xlsx_report_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def create_report(short_domain, url, case_comment, data_array, report_info_array
ws['A4'] = 'CPEs'
ws['I1'] = 'POTENTIAL VULNERABILITIES'
ws['B1'] = str(ports)
#ws['B2'] = str(hostnames)
ws['B2'] = str(hostnames)
ws['B3'] = str(tags)
ws['B4'] = str(cpes)
for i in range(len(vulns)):
Expand Down

0 comments on commit 8ed7eca

Please sign in to comment.