Skip to content

mategol/kesaro-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kesaro-python

A complete software for injecting your payload to any Windows executable.

Disclaimer

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.

Installation

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

Commands

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...

Example

I prepared simple program printing elements from "for" loop for demonstration

It can be whatever payload you want to use. It's best to use executable that is running in background.

For my target file, I will use VirtualBox Installer. Sorry Oracle... just for demonstration.

It can be any executable working for Windows.

Injecting payload

Now, showtime. Execute command inject main.exe > virtualbox.exe and software will automatically compile files together.

Output file

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.

ToDo

✅ 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

About

A complete software for injecting your payload into any Windows executable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages