mirror of
https://github.com/trustedsec/hate_crack.git
synced 2025-12-21 06:52:35 -08:00
Add debug print
This commit is contained in:
@@ -316,7 +316,7 @@ def hcatHoldenCombinator(hcatHashType, hcatHashFile):
|
|||||||
global hcatProcess
|
global hcatProcess
|
||||||
with open("{hate_path}/masks/holdenNum".format(hate_path=hate_path)) as middle:
|
with open("{hate_path}/masks/holdenNum".format(hate_path=hate_path)) as middle:
|
||||||
for line in middle:
|
for line in middle:
|
||||||
print line
|
print line.strip()
|
||||||
if 'str' in line:
|
if 'str' in line:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user