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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ def run():
121
121
ifreport_filetype.lower() notin ['xlsx', 'html']:
122
122
print(Fore.RED+'\nYou need to choose between XLSX or HTML report file types')
123
123
else:
124
-
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 [!]")
125
-
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch function? [Y/SI/N (for No)] >> ")
124
+
#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 [!]")
125
+
pagesearch_flag=input(Fore.YELLOW+"Would you like to use PageSearch function? [Y/N (for No)] >> ")
126
126
ifpagesearch_flag.lower() =='y':
127
127
keywords_input=input(Fore.YELLOW+"Enter keywords (separate by comma) to search in files during PageSearch process (or write N if you don't need it) >> ")
0 commit comments