Add Pipal menu

This commit is contained in:
Jeff H
2019-07-27 20:49:32 -05:00
parent ea32ce8f99
commit d568c4ea86
+2 -1
View File
@@ -1045,10 +1045,11 @@ def pipal():
for cracked_hash in hcatOutput:
password = cracked_hash.split(':')
pipalFile.write(password[6])
print pipalFile
pipalProcess = subprocess.Popen(
"{pipal_path} {pipal_file} --output {pipal_out} ".format(
pipal_path=pipalPath,
pipal_file=pipalFile,
pipal_file=hcatHashFile + ".pipal",
pipal_out="pipal.out"),
shell=True)
try: