Changed default for quickcrack back to 1

This commit is contained in:
bandrel
2018-05-08 12:10:19 -04:00
parent 2d46aa6229
commit b03d4a25b7
+1 -1
View File
@@ -791,7 +791,7 @@ def cleanup():
# Quick Dictionary Attack with Optional Chained Best64 Rules
def quick_crack():
hcatChainsInput = int(input("\nHow many times would you like to chain the best64.rule? (0): ") or 0)
hcatChainsInput = int(input("\nHow many times would you like to chain the best64.rule? (1): ") or 1)
hcatChains = ''
if hcatChainsInput > 0:
for n in range(1, hcatChainsInput):