Crao: The one who deciphers chaos. The silent ghost in your code.
This project is a proof-of-concept agent designed for authorized penetration testing, cybersecurity research, and defensive tool development. Do not deploy or run this on any system you do not own or have explicit, written consent to monitor. Unauthorized usage is strictly prohibited and may be illegal.
WraithMarked is a minimal, stealth-first, cross-platform Command & Control (C2) framework built in Rust. Its primary focus is to demonstrate how low-level system hooks can be used to achieve silent system visibility with minimal overhead. It is a powerful tool for ethical red teaming, adversary simulation, and defensive tool development.
Features & Roadmap This project is a work-in-progress, with a clear focus on modularity and stealth.
- Keystroke Logging – Captures global keyboard input
- Active Window Monitoring – Tracks currently focused application
- Autostart – Adds persistence via OS-specific startup routines
- Stealth Execution – No visible window or UI footprint
- Planned: Encrypted C2 communication
- Planned: Live screen preview capture
- Planned: Remote shell access & file system inspection
-
Rust for safety, speed, and concurrency
-
Libraries:
rdev– Input event capturex-win– Window trackingchrono,serde,reqwest,tokio,log– For scheduling, async telemetry, and system loggingctrlc– For graceful process termination
- Keyboard and click input tracking
- Active window capture
- Local data storage
- Autostart implementation
- Logging and graceful error handling
- Minimal local network telemetry
- Secure Command & Control (C2) communication
- Remote shell & command execution
- File system browsing
- Live screen snapshots
git clone https://github.com/cyberstackpro/wraithmarked-agent.git
cd wraithmarked-agent
cargo build --releaseThis project is dual-licensed under the MIT or Apache 2.0 license.
If you're a security researcher, red teamer, or Rust developer interested in contributing features or C2 modules, feel free to open issues or pull requests.
Stay invisible. Stay efficient. Stay ethical.
