mirror of
https://github.com/trustedsec/hate_crack.git
synced 2025-12-29 22:21:58 -08:00
Add debug print
This commit is contained in:
@@ -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],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user