From 38b013c7ae1bcadbd1750af99c03774acafb3a7f Mon Sep 17 00:00:00 2001 From: OSINT-TECHNOLOGIES <77023667+OSINT-TECHNOLOGIES@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:56:30 +0300 Subject: [PATCH] Update dorking_processor.py to support reworked report system --- datagather_modules/dorking_processor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/datagather_modules/dorking_processor.py b/datagather_modules/dorking_processor.py index b10284e..36abd2d 100644 --- a/datagather_modules/dorking_processor.py +++ b/datagather_modules/dorking_processor.py @@ -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