From 7546dbcf6047df435f4fd23a799f2c90143b74ed Mon Sep 17 00:00:00 2001 From: Jeff Holden Date: Fri, 27 Apr 2018 12:40:22 -0700 Subject: [PATCH] Add debug print --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index c081441..4c78650 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -317,7 +317,7 @@ def hcatHoldenCombinator(hcatHashType, hcatHashFile): numbers = [0,1,2,3,4,5,6,7,8,9] special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~"] for x in range(len(numbers)): - print special[numbers], + print numbers[x], hcatProcess = subprocess.Popen( "{hcatBin} -m {hash_type} {hash_file} --remove -o {hash_file}.out -a 1 -j '$9' {word_lists}/rockyou.txt "