From 0563f5bd3009116ea1a2d7cf81da44f8e1102166 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Mon, 4 May 2026 09:10:46 -0400 Subject: [PATCH] feat(pcfg): register PCFG attacks in hate_crack.py menu (dual-registration) --- hate_crack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hate_crack.py b/hate_crack.py index 7a56b99..b0eef36 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -93,6 +93,8 @@ def get_main_menu_options(): "20": _attacks.permute_crack, "21": _attacks.generate_rules_crack, "22": _attacks.combipow_crack, + "23": _attacks.pcfg_attack, + "24": _attacks.prince_ling_attack, "80": _attacks.wordlist_tools_submenu, "81": _attacks.rule_tools_submenu, "82": notifications_submenu,