File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,13 @@ def print_settings_menu(self):
37
37
38
38
def print_help_menu (self ):
39
39
print (Fore .MAGENTA + Back .WHITE + '[HELP MENU]' + Style .RESET_ALL )
40
- print (Fore .BLACK + Back .WHITE + 'Be advised that choosing any of points below will open your web browser!' + Style .RESET_ALL )
41
- print (Fore .CYAN + "1. How to correctly input your targets URL in DPULSE" )
42
- print (Fore .CYAN + "2. DPULSE CLI colors and their meanings" )
43
- print (Fore .LIGHTRED_EX + "3. Return to main menu" + Style .RESET_ALL + '\n ' )
40
+ print (Fore .BLACK + Back .WHITE + '\n Be advised that choosing any of points below will open your web browser!\n ' + Style .RESET_ALL )
41
+ print (Fore .CYAN + "1. Open DPULSE repository" )
42
+ print (Fore .CYAN + "2. Open DPULSE wiki" )
43
+ print (Fore .CYAN + "3. How to correctly input your targets in DPULSE" )
44
+ print (Fore .CYAN + "4. PageSearch user guide" )
45
+ print (Fore .CYAN + "5. Report storage database user guide" )
46
+ print (Fore .LIGHTRED_EX + "6. Return to main menu" + Style .RESET_ALL + '\n ' )
44
47
45
48
def print_db_menu (self ):
46
49
print ('\n ' )
You can’t perform that action at this time.
0 commit comments