An open API service indexing awesome lists of open source software.

https://github.com/code-barru/old_icarus

Control and Command Server (c2) written in Rust.
https://github.com/code-barru/old_icarus

c2 cybersecurity maldev rust

Last synced: 8 months ago
JSON representation

Control and Command Server (c2) written in Rust.

Awesome Lists containing this project

README

          

![Icarus](./doc/img/Icarus-background.png)

# Icarus

A Command and Control server and his agent written in RustπŸ¦€!

Web interface written using SvelteKit and Tailwindcss!

> [!warning]
> 🚧This project is still in development!🚧

## Web UI (Order of priority)

### TODO

- [ ] πŸ“Š Charts about tasks and Agents
- [ ] πŸ‘Ύ ReverShell in web app

### DOING

- [ ] πŸ”΄ Notification Toasts

### DONE

- [x] πŸ“‚ File Explorer

- [x] πŸ“ Download (Doesn't auto download, will be done after notification toasts)
- [x] πŸ“ Navigation
- [x] πŸ“ Upload

- [x] πŸ“„ Task Interface
- [x] 🧠 WebSockets (live update)
- [x] πŸ“ƒ Task queuing
- [x] πŸ§‘ Agent Page

## Tasks

### TODO

- [ ] πŸ“Έ Screenshots
- [ ] `>_` Reverse Shell
- [ ] πŸ”Œ Use TCP for task retrieving

### DOING

- [ ] πŸ’Ύ Persistence
- [ ] πŸ•‘ Staged Loading
- [ ] πŸ₯Ύ Starts on boot
- [ ] πŸ”„ Retain agents info on server restart
- [ ] ⬆ Automatic update

### DONE

- [x] πŸ“ Download Files
- [x] πŸ“ Upload files
- [x] πŸ“‚ File Explorer
- [x] `>_` Powershell Command
- [x] `>_` Shell Command

## Prerequisite

Having `git`, `cargo` and `docker` installed.

Change `REMOTE ADDRESS` address in `agent/main.rs`

## How to use

```shell
git clone https://github.com/Code-Barru/icarus.git
cd icarus
docker-compose up -d # launches the server
cargo build -p agent # builds the agent
# upload the agent to target machine
# ???
# profit
```

## Legal Disclaimer

The information provided in this project is for educational and informational purposes only. The authors and contributors of this project are not responsible for any misuse or illegal activities conducted using this software. The use of this software is at your own risk. Please ensure compliance with all applicable laws and regulations in your jurisdiction. By using this software, you agree to indemnify and hold harmless the authors and contributors from any claims, damages, or liabilities arising out of your use of the software.