File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ def __init__(self):
13
13
self .console = Console ()
14
14
15
15
def welcome_menu (self ):
16
- fig = Figlet (font = 'univers' )
16
+ fig = Figlet (font = 'slant' )
17
+ print ('\n ' )
17
18
self .console .print (fig .renderText ('DPULSE' ), style = "bold blue" )
18
- print (Fore .CYAN + Style .BRIGHT + 'HEARTBEAT // version: 0.9rc1 \n ' + Style .RESET_ALL )
19
+ print (Fore .CYAN + Style .BRIGHT + 'HEARTBEAT // version: 0.9rc2 \n ' + Style .RESET_ALL )
19
20
print (Fore .CYAN + Style .BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n ' + Style .RESET_ALL )
20
21
print (Fore .CYAN + Style .BRIGHT + 'Visit our pages:\n https://github.com/OSINT-TECHNOLOGIES' + Style .RESET_ALL )
21
22
@@ -39,10 +40,8 @@ def print_help_menu(self):
39
40
print (Fore .MAGENTA + Back .WHITE + '[HELP MENU]' + Style .RESET_ALL )
40
41
print (Fore .BLACK + Back .WHITE + 'Be advised that choosing any of points below will open your web browser!' + Style .RESET_ALL )
41
42
print (Fore .CYAN + "1. How to correctly input your targets URL in DPULSE" )
42
- print (Fore .CYAN + "2. DPULSE config parameters and their meanings" )
43
- print (Fore .CYAN + "3. DPULSE CLI colors and their meanings" )
44
- print (Fore .CYAN + "4. DPULSE config parameters and their meanings" )
45
- print (Fore .LIGHTRED_EX + "5. Return to main menu" + Style .RESET_ALL + '\n ' )
43
+ print (Fore .CYAN + "2. DPULSE CLI colors and their meanings" )
44
+ print (Fore .LIGHTRED_EX + "3. Return to main menu" + Style .RESET_ALL + '\n ' )
46
45
47
46
def print_db_menu (self ):
48
47
print (Fore .MAGENTA + Back .WHITE + '[DATABASE MENU]' + Style .RESET_ALL )
You can’t perform that action at this time.
0 commit comments