From a787cbccdea37b5d26678248e21747696c88a377 Mon Sep 17 00:00:00 2001 From: OSINT-TECHNOLOGIES <77023667+OSINT-TECHNOLOGIES@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:55:11 +0300 Subject: [PATCH] Removed [BETA] tag from PageSearch mode selection string --- dpulse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpulse.py b/dpulse.py index bc03cc0..dc22b29 100644 --- a/dpulse.py +++ b/dpulse.py @@ -77,7 +77,7 @@ def run(): print(Fore.RED + '\nYou need to choose between PDF, XLSX or HTML report file types') else: print(Fore.GREEN + "[!] SI mode suppose you to have sitemap_links.txt file in report folder [!]\n[!] It'll visit every link from this file [!]") - pagesearch_flag = input(Fore.YELLOW + "Would you like to use PageSearch [BETA] function? [Y/N/SI] >> ") + pagesearch_flag = input(Fore.YELLOW + "Would you like to use PageSearch function? [Y/N/SI] >> ") if pagesearch_flag.lower() == 'y': keywords_input = input(Fore.YELLOW + "Enter keywords (separate by comma) to search in files during PageSearch process (or write None if you don't need it) >> ") if keywords_input.lower() != "none":