From cb3eda9f8d199fa2d622a9d91c0a109a56b43615 Mon Sep 17 00:00:00 2001 From: Jeff Holden Date: Fri, 27 Apr 2018 12:27:53 -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 596862d..4b47647 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 = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","\]","^","`","{","|","}","~","\)"] - 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 "