Add debug print

This commit is contained in:
Jeff Holden
2018-04-27 12:10:20 -07:00
parent dcbff444ca
commit 0a330738aa
+4 -5
View File
@@ -314,11 +314,10 @@ def hcatYoloCombination(hcatHashType, hcatHashFile):
# Holden Combinator Attack
def hcatHoldenCombinator(hcatHashType, hcatHashFile):
global hcatProcess
with open("{hate_path}/masks/holdenNum".format(hate_path=hate_path)) as middle:
for line in middle:
print line.strip()
if 'str' in line:
break
numbers = ("0","1","2","3","4","5","6","7","8","9")
special = (" ","-"."_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\","]","^","`","{","|","}","~",")"
print (*special)
print (*numbers)
hcatProcess = subprocess.Popen(
"{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '$9' {word_lists}/rockyou.txt "