mirror of
https://github.com/trustedsec/hate_crack.git
synced 2025-12-12 15:49:19 -08:00
corrected output string with single rules
This commit is contained in:
@@ -903,8 +903,8 @@ def quick_crack():
|
||||
selected_hcatRules.append(combined_choice)
|
||||
else:
|
||||
try:
|
||||
selected_hcatRules.append(hcatPath + '/rules/' + hcatRules[int(choice) - 1])
|
||||
except IndexError:
|
||||
selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath))
|
||||
except IndexError:NameError
|
||||
continue
|
||||
|
||||
#Run Quick Crack with each selected rule
|
||||
|
||||
Reference in New Issue
Block a user