From b03d4a25b7efab0523bdf7d93ddd06b4ecbf85da Mon Sep 17 00:00:00 2001 From: bandrel Date: Tue, 8 May 2018 12:10:19 -0400 Subject: [PATCH] Changed default for quickcrack back to 1 --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 2045304..d12f7c9 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -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):