corrected logic if 99 is chosen for rules in quickcrack

This commit is contained in:
bandrel
2018-10-25 17:54:45 -04:00
parent 7917b4037a
commit 6346513819

View File

@@ -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)