From c5a17af0c5c2b273a9f4c33a4c66ea59338eacbd Mon Sep 17 00:00:00 2001 From: Jeff H Date: Sun, 18 Aug 2019 22:09:46 -0500 Subject: [PATCH] Hashtype 1000 fix --- hate_crack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 1b20157..303ce6e 100644 --- a/hate_crack.py +++ b/hate_crack.py @@ -1075,7 +1075,6 @@ def pipal(): except KeyboardInterrupt: print('Killing PID {0}...'.format(str(pipalProcess.pid))) pipalProcess.kill() - os.remove(hcatHashFile + ".pipal") print "Pipal file is at " + hcatHashFilePipal + ".pipal.out\n" else: print("No hashes were cracked :(")