mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-01-10 20:26:02 -08:00
corrected logic if 99 is chosen for rules in quickcrack
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user