@@ -95,7 +95,7 @@ def data_gathering(self, short_domain, url, report_file_type, pagesearch_flag, k
95
95
if pagesearch_flag .lower () == 'y' :
96
96
to_search_array = [subdomains , social_medias , sd_socials ]
97
97
print (Fore .LIGHTMAGENTA_EX + "\n [PAGESEARCH SUBPROCESS START]\n " + Style .RESET_ALL )
98
- normal_search (to_search_array , report_folder )
98
+ normal_search (to_search_array , report_folder , keywords )
99
99
#search_keywords_in_folder(report_folder + '//ps_documents', keywords) WIP
100
100
print (Fore .LIGHTMAGENTA_EX + "\n [PAGESEARCH SUBPROCESS END]\n " + Style .RESET_ALL )
101
101
#to_search_array = [subdomains, social_medias, sd_socials, sitemap_links_filepath] WIP
@@ -110,7 +110,7 @@ def data_gathering(self, short_domain, url, report_file_type, pagesearch_flag, k
110
110
if pagesearch_flag .lower () == 'y' :
111
111
to_search_array = [subdomains , social_medias , sd_socials ]
112
112
print (Fore .LIGHTMAGENTA_EX + "\n [PAGESEARCH SUBPROCESS START]\n " + Style .RESET_ALL )
113
- normal_search (to_search_array , report_folder )
113
+ normal_search (to_search_array , report_folder , keywords )
114
114
#search_keywords_in_folder(report_folder + '//ps_documents', keywords) WIP
115
115
print (Fore .LIGHTMAGENTA_EX + "\n [PAGESEARCH SUBPROCESS END]\n " + Style .RESET_ALL )
116
116
#to_search_array = [subdomains, social_medias, sd_socials, sitemap_links_filepath] WIP
0 commit comments