Skip to content

Commit f589077

Browse files
Removed PageSearch SI module usage
1 parent 0a69006 commit f589077

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pagesearch/pagesearch_main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
from colorama import Fore, Style
22
from pagesearch_parsers import subdomains_parser
3-
from pagesearch_deepsearch import sitemap_inspection
43

54
def normal_search(to_search_array, report_folder, keywords, keywords_flag):
65
print(Fore.GREEN + "Conducting PageSearch. Please, be patient, it may take a long time\n" + Style.RESET_ALL)
76
ps_emails_return, accessible_subdomains, emails_amount, files_counter, cookies_counter, api_keys_counter, website_elements_counter, exposed_passwords_counter, keywords_messages_list = subdomains_parser(to_search_array[0], report_folder, keywords, keywords_flag)
87
return ps_emails_return, accessible_subdomains, emails_amount, files_counter, cookies_counter, api_keys_counter, website_elements_counter, exposed_passwords_counter, keywords_messages_list
9-
10-
def sitemap_inspection_search(report_folder):
11-
print(Fore.GREEN + "Conducting PageSearch in Sitemap Inspection mode. Please, be patient, it will take a long time\n" + Style.RESET_ALL)
12-
ds_emails_return, total_links_counter, accessed_links_counter, emails_amount = sitemap_inspection(report_folder)
13-
return ds_emails_return, total_links_counter, accessed_links_counter, emails_amount
14-
15-

0 commit comments

Comments
 (0)