Open Source Command and Control Center
A modular C2 framework for simulating advanced persistent threats with security and flexibility.
Team Members:
- Nuzaer Bari
- Ayham Fayed
- Mohammad Alloush
Rust Bucket is a modular and secure Command and Control (C2) framework built using the Rust programming language. It is designed to provide red team operators with a flexible environment to simulate advanced persistent threat (APT) behavior. The project is composed of three Rust crates:
- rb_server: The C2 server managing listeners, sessions, and payload generation.
- rb_client: A CLI interface that allows interaction with the server and active sessions.
- rb: A shared library with common definitions (commands, payload templates, configurations, etc.