Skip to content

Commit

Permalink
Replaced "Deep Mode" with "Sitemap Inspection mode" in some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Aug 11, 2024
1 parent 992ae3d commit d0bbf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pagesearch/pagesearch_deepsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def sitemap_inspection(report_folder):
print(Fore.GREEN + f"[+] In result, {len(ds_emails_return)} unique e-mail addresses were found")
return ds_emails_return
except FileNotFoundError:
print(Fore.RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
print(Fore.RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
else:
print(Fore.RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)
print(Fore.RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style.RESET_ALL)

0 comments on commit d0bbf10

Please sign in to comment.