diff --git a/hate_crack.py b/hate_crack.py index f9de764..390e652 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 = (" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\","]","^","`","{","|","}","~",")" print (*special) print (*numbers)