mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
fixed wordlist display
This commit is contained in:
@@ -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"),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user