You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
total_links_counter=accessed_links_counter="No results because PageSearch does not gather these categories"
122
122
print(Fore.LIGHTMAGENTA_EX+"[ENDED EXTENDED DOMAIN SCAN WITH PAGESEARCH]\n"+Style.RESET_ALL)
123
123
else:
124
-
print(Fore.RED+"Cant start PageSearch because no subdomains were detected")
124
+
print(Fore.RED+"Cant start PageSearch because no subdomains were detected\n")
125
125
accessible_subdomains=files_counter=cookies_counter=api_keys_counter=website_elements_counter=exposed_passwords_counter=total_links_counter=accessed_links_counter=emails_amount='No results because no subdomains were found'
keywords_messages_list= ['No keywords were found']
216
216
print(Fore.LIGHTMAGENTA_EX+"[ENDED EXTENDED DOMAIN SCAN WITH PAGESEARCH]\n"+Style.RESET_ALL)
217
217
else:
218
-
print(Fore.RED+"Cant start PageSearch because no subdomains were detected")
218
+
print(Fore.RED+"Cant start PageSearch because no subdomains were detected\n")
219
219
ps_emails_return=""
220
220
accessible_subdomains=files_counter=cookies_counter=api_keys_counter=website_elements_counter=exposed_passwords_counter=total_links_counter=accessed_links_counter=emails_amount='No results because no subdomains were found'
221
221
ps_string='No PageSearch listing provided because no subdomains were found'
0 commit comments