From f40ae2deb4dd449b6099178ebedb0e65ea7cb6df Mon Sep 17 00:00:00 2001 From: Jeff Holden Date: Fri, 27 Apr 2018 12:30:09 -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 4b47647..50b74c6 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -315,7 +315,7 @@ def hcatYoloCombination(hcatHashType, hcatHashFile): def hcatHoldenCombinator(hcatHashType, hcatHashFile): global hcatProcess numbers = ["0","1","2","3","4","5","6","7","8","9"] - special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","\]","^","`","{","|","}","~","\)"] + special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~",")"] for x in range(len(special)): print special[x],