Update hate_crack.py

This commit is contained in:
Spoonman1091
2018-01-27 14:40:22 -05:00
committed by GitHub
parent 2f02661339
commit dfdb8c5946
+1 -1
View File
@@ -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)