Add debug print

This commit is contained in:
Jeff Holden
2018-04-27 12:27:53 -07:00
parent 916e32b228
commit cb3eda9f8d
+2 -2
View File
@@ -316,8 +316,8 @@ def hcatHoldenCombinator(hcatHashType, hcatHashFile):
global hcatProcess
numbers = ["0","1","2","3","4","5","6","7","8","9"]
special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","\]","^","`","{","|","}","~","\)"]
print (special)
print (numbers)
for x in range(len(special)):
print special[x],
hcatProcess = subprocess.Popen(
"{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '$9' {word_lists}/rockyou.txt "