Skip to content

Commit

Permalink
Cosmetical fixes for PageSearch Sitemap Inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Aug 20, 2024
1 parent f872f12 commit a0bf0a3
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 @@ -26,6 +26,7 @@ def sitemap_inspection(report_folder):
soup = BeautifulSoup(response.content, 'html.parser')
emails = re.findall(email_pattern, soup.text)
total_emails.append(emails)

print(Fore.GREEN + f" Inspecting links: " + Style.RESET_ALL + Fore.LIGHTCYAN_EX + Style.BRIGHT + f"Link #{accessed_links_counter}" + Style.RESET_ALL, end="\r")

ds_emails_list = [x for x in total_emails if x]
Expand Down

0 comments on commit a0bf0a3

Please sign in to comment.