From ac71a7f2b358ab6f11c92fcd6b659f4975274885 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Mon, 2 Feb 2026 13:16:20 -0500 Subject: [PATCH] fixed menu pytest options that failed after updating them --- hate_crack.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hate_crack.py b/hate_crack.py index d5c212b..c9cd167 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -75,16 +75,16 @@ def get_main_menu_options(): "11": _attacks.middle_combinator, "12": _attacks.thorough_combinator, "13": _attacks.bandrel_method, - "91": download_hashmob_rules, - "92": weakpass_wordlist_menu, - "93": download_hashmob_wordlists, - "94": weakpass_wordlist_menu, - "95": hashview_api, - "96": pipal, - "97": export_excel, - "98": show_results, - "99": show_readme, - "100": quit_hc, + "90": download_hashmob_rules, + "91": weakpass_wordlist_menu, + "92": download_hashmob_wordlists, + "93": weakpass_wordlist_menu, + "94": hashview_api, + "95": pipal, + "96": export_excel, + "97": show_results, + "98": show_readme, + "99": quit_hc, }