A simple rust staged payload project to help with rust malware development. It is made of two bits: Shellcode (msg.bin) and our rust executeable. (foxy_app.exe)
When run, foxy_app.exe will execute msg.bin in the current folder, via using a handle in the same handle in the process it started. I have also added a way to add your raw shellcode in for a binary approach!
Make sure to have the following:
- Rust/rustup
Clone the repository to your local machine:
git clone https://github.com/PeaceKeeper96/simple-rust-executor
cd simple-rust-executorcargo add windowsRun the application:
cargo buildA quick reminder you will not to cross-compile on linux if you are developing there!
** Use this code responsibly, and ensure to use within virtual machine environments. I suggest also changing the shellcode to be one you own for security. This code is primarily for educational purposes. Ensure that you comply with any applicable laws and guidelines regarding software examination.**
This project is intended for educational and research purposes only. Modify and use as necessary while adhering to ethical practices and legal standards.