mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-08 05:17:46 -07:00
testing Middle Mask
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user