Use Rust to implement some Red Team techniques :)
Note that this project is for self-learning and research purposes only!
- APC Injection (Early Bird in user mode)
- Callback Function
- CreateThread/RemoteThread Injection
- Hells Halos Tartarus Gate
- Layered Syscall
- Early Cascade Injection
- ...
Just run cargo build
& cargo run
in windows environment.
Here is a test binary shellcode which will print "Test" to the console and execute calc.exe
.
- joaoviictorti/RustRedOps: a repository for advanced Red Team techniques and offensive malware, focused on Rust
- safedv/Rustic64: 64-bit, position-independent implant template for Windows in Rust
- MSxDOS/ntapi: Rust FFI bindings for Native API
- Layered Syscall
- Earlycascade Injection