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

This commit is contained in:
bandrel
2018-01-27 13:33:03 -05:00
committed by Justin Bollinger
parent 6b10db371f
commit d7d67ddadd
+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)