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