mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
Update hate_crack.py
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ def pathwell_crack():
|
||||
|
||||
# PRINCE Attack
|
||||
def prince_attack():
|
||||
if not os.path.isfile(hcatWordlists + 'rockyou.txt'):
|
||||
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