2026-04-24 22:27:26 -06:00

2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
UnShell is an exploitation orchestration framework.
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
<details>
<summary>UnShell Orca</summary>
The control plane. A specialized endpoint that provides an orchestration interface to manage and interact with the tree, allowing sophisticated control of implants across a network.
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
- **status:** Not started.
</details>
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
<details>
<summary>UnShell Protocol</summary>
The communication bedrock. A hierarchical, lightweight, and flexible protocol for the control of implants across a network.
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
- **status:** Protocol and implementation drafted. See [PROTOCOL.md ](https://github.com/astatin3/unshell/blob/main/PROTOCOL.md )
</details>
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
<details>
<summary>UnShell Build</summary>
A tool built on the rust compiler that compiles projects to very small binaries with obfuscation techniques. The `msfvenom` of this project.
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
- **status:** Not started.
</details>
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
<details>
<summary>libunshell</summary>
A rust library which provides easy creation of implants through pre-made libraries and endpoints connected to the UnShell protocol.
2026-04-24 14:10:03 -06:00
2026-04-24 22:48:08 -06:00
- **status:** Not started.
</details>