diff --git a/hate_crack.py b/hate_crack.py index 44bac0b..a9de7bc 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -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)