Skip to content

Commit

Permalink
Created pagesearch_main.py [added basic PageSearch functionality]
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jun 30, 2024
1 parent 42802e4 commit a6cb100
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pagesearch/pagesearch_main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from colorama import Fore, Style
#from pagesearch_reports import report_creation WIP
from pagesearch_parsers import subdomains_parser

def normal_search(to_search_array, report_folder):
print(Fore.GREEN + "Conducting PageSearch in normal mode. Please, be patient, it may take a long time\n" + Style.RESET_ALL)
subdomains_parser(to_search_array[0], report_folder)

0 comments on commit a6cb100

Please sign in to comment.