diff --git a/hate_crack.py b/hate_crack.py index ed3ed71..c081441 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -314,7 +314,7 @@ def hcatYoloCombination(hcatHashType, hcatHashFile): # Holden Combinator Attack def hcatHoldenCombinator(hcatHashType, hcatHashFile): global hcatProcess - numbers = ["0","1","2","3","4","5","6","7","8","9"] + numbers = [0,1,2,3,4,5,6,7,8,9] special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~"] for x in range(len(numbers)): print special[numbers],