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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ def run():
77
77
print(Fore.RED+'\nYou need to choose between PDF, XLSX or HTML report file types')
78
78
else:
79
79
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 [!]")
80
-
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch [BETA] function? [Y/N/SI] >> ")
80
+
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch function? [Y/N/SI] >> ")
81
81
ifpagesearch_flag.lower() =='y':
82
82
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