Skip to content

Commit 459ef99

Browse files
Updated cli_init.py to 0.9rc2
1 parent 5da025d commit 459ef99

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/cli_init.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ def __init__(self):
1313
self.console = Console()
1414

1515
def welcome_menu(self):
16-
fig = Figlet(font='univers')
16+
fig = Figlet(font='slant')
17+
print('\n')
1718
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)
1920
print(Fore.CYAN + Style.BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
2021
print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES' + Style.RESET_ALL)
2122

@@ -39,10 +40,8 @@ def print_help_menu(self):
3940
print(Fore.MAGENTA + Back.WHITE + '[HELP MENU]' + Style.RESET_ALL)
4041
print(Fore.BLACK + Back.WHITE + 'Be advised that choosing any of points below will open your web browser!' + Style.RESET_ALL)
4142
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')
4645

4746
def print_db_menu(self):
4847
print(Fore.MAGENTA + Back.WHITE + '[DATABASE MENU]' + Style.RESET_ALL)

0 commit comments

Comments
 (0)