diff --git a/hate_crack.py b/hate_crack.py index 64d7f8f..0a07c08 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -917,7 +917,8 @@ def quick_crack(): except IndexError: continue else: - selected_hcatRules = hcatRules + for rule in hcatRules: + selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=rule, hcatPath=hcatPath)) for chain in selected_hcatRules: hcatQuickDictionary(hcatHashType, hcatHashFile, chain)