A complete software for injecting your payload to any Windows executable.
Information and code provided on this repository are for educational purposes only. The creator is no way responsible for any direct or indirect damage caused due to the misusage of the information. Everything you do, you are doing at your own risk and responsibility.
For now, this is Windows only software. You can install it with:
git clone https://github.com/mategol/kesaro-python
pip install -r requirements.txt
python main.py
inject SOURCE > TARGET
- inject your payload (SOURCE) into any executable (TARGET)
You can use question mark (?) instead of path to make the software prompt you to manually choose desired files.
For example: inject ? > github.exe will ask you only for payload file and use specified target file.
more coming soon...
It can be whatever payload you want to use. It's best to use executable that is running in background.
It can be any executable working for Windows.
Now, showtime. Execute command inject main.exe > virtualbox.exe
and software will automatically compile files together.
I renamed output file to VBox-Setup.exe. Remember, if Windows will throw you errors on file execution, just rename it. Look, both files are executed together (packed in VBox-Setup.exe).
All properties were also cloned.
✅ Injecting payload to any executable
✅ Command Line Interface
✅ Cloning target file's properties
❌ Properties editor for fast and intuitive editing of properties
❌ Preset maker for injecting Python source code directly to target file
❌ software compatibility with Linux OS