From 07ecd5ee68c6559b7be5846256b1c577a293e443 Mon Sep 17 00:00:00 2001 From: Jeff H Date: Sun, 18 Aug 2019 22:15:55 -0500 Subject: [PATCH] Hashtype 1000 fix --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 303ce6e..45fc0ef 100644 --- a/hate_crack.py +++ b/hate_crack.py @@ -1068,7 +1068,7 @@ def pipal(): "{pipal_path} {pipal_file} --output {pipal_out} ".format( pipal_path=pipalPath, pipal_file=hcatHashFilePipal + ".passwords", - pipal_out=hcatHashFilePipal + ".pipal.out"), + pipal_out=hcatHashFileOrig + ".pipal.txt"), shell=True) try: pipalProcess.wait()