From 0fb1add45dbb5fe01006842a2a093e214019bafe Mon Sep 17 00:00:00 2001 From: Jeff H Date: Sat, 27 Jul 2019 19:53:45 -0500 Subject: [PATCH] Add Pipal menu --- hate_crack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate_crack.py b/hate_crack.py index 52222d4..d45c1f0 100644 --- a/hate_crack.py +++ b/hate_crack.py @@ -1043,7 +1043,7 @@ def pipal(): with open(hcatHashFile + ".out") as hcatOutput: for cracked_hash in hcatOutput: password = cracked_hash.split(':') - pipalFile.write(password[1] + "\n") + pipalFile.write(password[6]) else: print("No hashes were cracked :(")