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
Copy file name to clipboardExpand all lines: dpulse.py
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ def run():
62
62
ifreport_filetype.lower() notin ['pdf', 'xlsx']:
63
63
print(Fore.RED+'\nYou need to choose between PDF or XLSX report file types')
64
64
else:
65
-
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch [BETA] function? [Y/N] >> ")
65
+
print(Fore.GREEN+"[!] SI mode suppose you to have sitemap_links.txt file in report folder [!]\n[!] It'll visit every link from this file [!]")
66
+
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch [BETA] function? [Y/N/SI] >> ")
66
67
ifpagesearch_flag.lower() =='y':
67
68
keywords_input=input(Fore.YELLOW+"Enter keywords (separate by comma) to search in files during PageSearch process (or write None if you don't need it) >> ")
0 commit comments