mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-04-28 12:03:11 -07:00
Add Pipal menu
This commit is contained in:
@@ -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 :(")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user