Add two new attack methods to readme file

This commit is contained in:
Jeff Holden
2018-04-27 22:55:00 -07:00
parent 4fefd4cc67
commit 91ab418f0c
+1 -1
View File
@@ -375,7 +375,7 @@ def hcatThoroughCombinator(hcatHashType, hcatHashFile):
for x in range(len(masks)):
hcatProcess = subprocess.Popen(
"{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '${middle_mask}' -k '${end_mask} {word_lists}/rockyou.txt "
"{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '${middle_mask}' -k '${end_mask}' {word_lists}/rockyou.txt "
"{word_lists}/rockyou.txt {tuning} --potfile-path={hate_path}/hashcat.pot".format(
hcatBin=hcatBin,
hash_type=hcatHashType,