A Command and Control server and his agent written in Rust🦀!
Note
This project is a complete rewrite of this project.
Warning
🚧This project is still in development!
- 👨💻 AES-256 encrypted traffic
- 🔃 Agent auto update
- 🤠 Agent persitence
- 📔 Task Queuing
- 🚀 AV & EDR evasion
- 🐱👤 Agent Stealth Infection
- ☢ Agent nuke
- 📁 File Transfer
- 📸 Screenshot
- 💻 Web Interface
- 🤖 Auto Deployment
Have Rust installed on your machine. You can install it by following the instructions on the official website.
git clone https://github.com/Code-Barru/icarus.git
cd icarus
Change the Server addr in setup/main.rs
.
cargo build --release
docker-compose up -d
export DATABASE_URL=postgres://icarus:icarus@localhost/icarus
export RSA_PRIVATE_KEY_PATH=path/to/private_key.pem # Optional, default is private_key.pem
export RUST_LOG={info,debug,error,trace} # Optional, default is info
Can also be set in a .env
file.
cd server
diesel migration run
mkdir dist
cp ../target/release/agent.exe dist/
cp ../target/release/setup.exe dist/
cargo run -p server --release
You now just have to upload "setup" to the target !
This project is licensed under the MIT License - see the LICENSE file for details.
Usage of this tool for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.