From dfdb8c5946671a5c43613ea3695ebb8d8a2b6db9 Mon Sep 17 00:00:00 2001 From: Spoonman1091 Date: Sat, 27 Jan 2018 14:40:22 -0500 Subject: [PATCH] Update hate_crack.py --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)