mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-09 21:52:29 -07:00
verifies that rockyou.txt is in the passwords folder for prince attack
This commit is contained in:
committed by
Justin Bollinger
parent
6b10db371f
commit
d7d67ddadd
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user