mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
removed typo
This commit is contained in:
+1
-1
@@ -904,7 +904,7 @@ def quick_crack():
|
|||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath))
|
selected_hcatRules.append('-r {hcatPath}/rules/{selected_rule}'.format(selected_rule=hcatRules[int(choice) - 1],hcatPath=hcatPath))
|
||||||
except IndexError:NameError
|
except IndexError:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
#Run Quick Crack with each selected rule
|
#Run Quick Crack with each selected rule
|
||||||
|
|||||||
Reference in New Issue
Block a user