mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
Add Pipal menu
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user