Add debug print

This commit is contained in:
Jeff Holden
2018-04-27 12:36:34 -07:00
parent f6abdb7ff9
commit 8ec096cdf7
+1 -1
View File
@@ -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],