Skip to content

Commit

Permalink
Updated cli_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jun 14, 2024
1 parent 0cba880 commit 222c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/cli_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def print_main_menu(self):
def print_settings_menu(self):
print('\n')
print(Fore.MAGENTA + Back.WHITE + '[SETTINGS MENU]' + Style.RESET_ALL)
print(Fore.CYAN + "1. Show current config")
print(Fore.CYAN + "1. Show current dorks list")
print(Fore.CYAN + "2. Add Google Dork to config file")
print(Fore.LIGHTRED_EX + "3. Return to main menu" + Style.RESET_ALL + '\n')

Expand Down

0 comments on commit 222c4ab

Please sign in to comment.