Add Pipal menu

This commit is contained in:
Jeff H
2019-07-27 19:53:45 -05:00
parent 9feee6cfdc
commit 88d92136ca

View File

@@ -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 :(")