8000 GitHub - PeaceKeeper96/simple-rust-executor: A super simple windows malware development project, written in rust. · GitHub
[go: up one dir, main page]

Skip to content

PeaceKeeper96/simple-rust-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust Executor

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!

Dependencies

Make sure to have the following:

  • Rust/rustup

Installation

Clone the repository to your local machine:

git clone https://github.com/PeaceKeeper96/simple-rust-executor
cd simple-rust-executor

Install the necessary rust crates:

cargo add windows

Usage

Run the application:

 cargo build

A quick reminder you will not to cross-compile on linux if you are developing there!

Security Considerations

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

License

This project is intended for educational and research purposes only. Modify and use as necessary while adhering to ethical practices and legal standards.

About

A super simple windows malware development project, written in rust.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

0