Skip to content

Commit

Permalink
Fixed wrong behaviour of Google Dorking representation in XLSX report
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Sep 5, 2024
1 parent ee2e963 commit f7cdfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagather_modules/data_assembler.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def data_gathering(self, short_domain, url, report_file_type, pagesearch_flag, k
web_servers, cms, programming_languages, web_frameworks, analytics, javascript_frameworks, ports,
hostnames, cpes, tags, vulns, dorking_status, common_socials, total_socials, ps_emails_return,
accessible_subdomains, emails_amount, files_counter, cookies_counter, api_keys_counter,
website_elements_counter, exposed_passwords_counter, total_links_counter, accessed_links_counter]
website_elements_counter, exposed_passwords_counter, total_links_counter, accessed_links_counter, dorking_results]

report_info_array = [casename, db_casename, db_creation_date, report_folder, ctime, report_file_type, report_ctime]
logging.info(f'### THIS LOG PART FOR {casename} CASE, TIME: {ctime} ENDS HERE')
Expand Down

0 comments on commit f7cdfe2

Please sign in to comment.