Skip to content

Commit

Permalink
Minor cosmetical improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Aug 11, 2024
1 parent 7efcbc5 commit 992ae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagesearch/pagesearch_deepsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def sitemap_inspection(report_folder):
ds_emails_list = [x for x in total_emails if x]
ds_emails_cleaned = [', '.join(sublist) for sublist in ds_emails_list]
ds_emails_return = list(set(ds_emails_cleaned))
print(Fore.GREEN + "PageSearch Sitemap Inspection successfully ended\n")
print(Fore.LIGHTGREEN_EX + "-------------------------------------------------")
print(Fore.GREEN + f"\nDuring PageSearch Sitemap Inspection process:\n[+] Total {total_links_counter} links were checked")
print(Fore.GREEN + f"[+] Among them, {accessed_links_counter} links were accessible")
Expand Down

0 comments on commit 992ae3d

Please sign in to comment.