From f4496e6c0f8f641af35e1364ac1118450fc634bf Mon Sep 17 00:00:00 2001 From: Spoonman1091 Date: Fri, 23 Aug 2024 14:30:32 -0400 Subject: [PATCH] Update hate_crack.py Fixed Dictionary Attack where best64.rule was renamed to best66.rule --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index b28223d..773ac4e 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -228,7 +228,7 @@ def hcatDictionary(hcatHashType, hcatHashFile): global hcatProcess hcatProcess = subprocess.Popen( "{hcatBin} -m {hcatHashType} {hash_file} --session {session_name} -o {hash_file}.out {optimized_wordlists}/* " - "-r {hcatPath}/rules/best64.rule {tuning} --potfile-path={hate_path}/hashcat.pot".format( + "-r {hcatPath}/rules/best66.rule {tuning} --potfile-path={hate_path}/hashcat.pot".format( hcatPath=hcatPath, hcatBin=hcatBin, hcatHashType=hcatHashType,