From 5c0b77cce720cc082e2cbc1906482f516b0200e3 Mon Sep 17 00:00:00 2001 From: Jeff Holden Date: Fri, 27 Apr 2018 17:07:11 -0700 Subject: [PATCH] testing Middle Mask --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 003f425..fc0310e 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -322,7 +322,7 @@ def hcatHoldenCombinator(hcatHashType, hcatHashFile): for x in range(len(numbers)): hcatProcess = subprocess.Popen( - "{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '${middle_mask}' {word_lists}/rockyou.txt " + "{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j \'${middle_mask}\' {word_lists}/rockyou.txt " "{word_lists}/rockyou.txt {tuning} --potfile-path={hate_path}/hashcat.pot".format( hcatBin=hcatBin, hash_type=hcatHashType,