From afce942a0071fcc32f62a6f526b3cd79327298e6 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Fri, 4 May 2018 16:56:03 -0400 Subject: [PATCH] minor correction to fix Dictionary attack --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 82ed2d6..466cf63 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -110,7 +110,7 @@ def hcatDictionary(hcatHashType, hcatHashFile): global hcatDictionaryCount global hcatProcess hcatProcess = subprocess.Popen( - "{hcatPath} -m {hcatHashType} {hash_file} --remove -o {hash_file}.out {optimized_wordlists}/* " + "{hcatBin} -m {hcatHashType} {hash_file} --remove -o {hash_file}.out {optimized_wordlists}/* " "-r {hcatPath}/rules/best64.rule {tuning} --potfile-path={hate_path}/hashcat.pot".format( hcatPath=hcatPath, hcatBin=hcatBin,