Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanctuary committed Nov 18, 2023
1 parent 77483a5 commit c62141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmepw.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def execute_myph(file):
# Create Log
log.addText(f"this command has been be executed : {loader_path_myph}/myph -s {shellcode_path} -o /tmp/myph.exe)")
log.addText(f"check client log to see the AES key")
log.addText(f"<b style=\"color:{havoc_success};\">Payload generated successfully at /tmp/bake.exe using myph loader. Happy pwn</b>")
log.addText(f"<b style=\"color:{havoc_success};\">Payload generated successfully at /tmp/myph.exe using myph loader. Happy pwn</b>")
log.setBottomTab()


Expand Down

0 comments on commit c62141b

Please sign in to comment.