File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ def sitemap_inspection(report_folder):
37
37
print (Fore .GREEN + f"[+] In result, { len (ds_emails_return )} unique e-mail addresses were found" )
38
38
return ds_emails_return
39
39
except FileNotFoundError :
40
- print (Fore .RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style .RESET_ALL )
40
+ print (Fore .RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style .RESET_ALL )
41
41
else :
42
- print (Fore .RED + f"Cannot start PageSearch in Deep Mode because sitemap_links.txt file doesn't exist" + Style .RESET_ALL )
42
+ print (Fore .RED + f"Cannot start PageSearch in Sitemap Inspection mode because sitemap_links.txt file doesn't exist" + Style .RESET_ALL )
You can’t perform that action at this time.
0 commit comments