Skip to content

Commit

Permalink
Update dorking_processor.py to support reworked report system
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Jun 17, 2024
1 parent 09cc934 commit 38b013c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datagather_modules/dorking_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ def transfer_results_to_xlsx(queries, pages=10):
for result in results:
dorking_return_list.append(f"{result}\n")
dorking_return_list.append("\n")
print(Fore.GREEN + "Google Dorking results successfully saved in TXT file" + Style.RESET_ALL)
return "File with gathered links was successfully created", dorking_return_list

0 comments on commit 38b013c

Please sign in to comment.