fixed wordlist display

This commit is contained in:
Justin Bollinger
2026-02-02 12:39:24 -05:00
parent 4fa8af4684
commit b074b5d784
3 changed files with 36 additions and 31 deletions
+10 -10
View File
@@ -22,16 +22,16 @@ MENU_OPTION_TEST_CASES = [
("11", CLI_MODULE._attacks, "middle_combinator", "middle"),
("12", CLI_MODULE._attacks, "thorough_combinator", "thorough"),
("13", CLI_MODULE._attacks, "bandrel_method", "bandrel"),
("91", CLI_MODULE, "download_hashmob_rules", "hashmob-rules"),
("92", CLI_MODULE, "weakpass_wordlist_menu", "weakpass-menu"),
("93", CLI_MODULE, "download_hashmob_wordlists", "hashmob-wordlists"),
("94", CLI_MODULE, "weakpass_wordlist_menu", "weakpass-menu-secondary"),
("95", CLI_MODULE, "hashview_api", "hashview"),
("96", CLI_MODULE, "pipal", "pipal"),
("97", CLI_MODULE, "export_excel", "export-excel"),
("98", CLI_MODULE, "show_results", "show-results"),
("99", CLI_MODULE, "show_readme", "show-readme"),
("100", CLI_MODULE, "quit_hc", "quit"),
("90", CLI_MODULE, "download_hashmob_rules", "hashmob-rules"),
("91", CLI_MODULE, "weakpass_wordlist_menu", "weakpass-menu"),
("92", CLI_MODULE, "download_hashmob_wordlists", "hashmob-wordlists"),
("93", CLI_MODULE, "weakpass_wordlist_menu", "weakpass-menu-secondary"),
("94", CLI_MODULE, "hashview_api", "hashview"),
("95", CLI_MODULE, "pipal", "pipal"),
("96", CLI_MODULE, "export_excel", "export-excel"),
("97", CLI_MODULE, "show_results", "show-results"),
("98", CLI_MODULE, "show_readme", "show-readme"),
("99", CLI_MODULE, "quit_hc", "quit"),
]