verifies that rockyou.txt is in the passwords folder for prince attack

This commit is contained in:
bandrel
2018-01-27 13:38:56 -05:00
committed by Justin Bollinger
parent c45e1fc266
commit 2f02661339
+3
View File
@@ -410,6 +410,9 @@ def pathwell_crack():
# PRINCE Attack
def prince_attack():
if not os.path.isfile(hcatWordlists + 'rockyou.txt'):
print("rockyou.txt not found in {0} Please verify and try again").format(hcatWordlists)
return
hcatPrince(hcatHashType, hcatHashFile)