Skip to content

Commit

Permalink
Removed [BETA] tag from PageSearch mode selection string
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Sep 11, 2024
1 parent dbade42 commit a787cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpulse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit a787cbc

Please sign in to comment.