Files
unshell/README.md
T
Michael Mikovsky cc83acd0d1 Update README.md
2026-04-24 22:48:08 -06:00

32 lines
1.1 KiB
Markdown

![unshell logo](https://github.com/astatin3/unshell/blob/main/media/full_banner.png?raw=true)
UnShell is an exploitation orchestration framework.
<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.
- **status:** Not started.
</details>
<details>
<summary>UnShell Protocol</summary>
The communication bedrock. A hierarchical, lightweight, and flexible protocol for the control of implants across a network.
- **status:** Protocol and implementation drafted. See [PROTOCOL.md](https://github.com/astatin3/unshell/blob/main/PROTOCOL.md)
</details>
<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.
- **status:** Not started.
</details>
<details>
<summary>libunshell</summary>
A rust library which provides easy creation of implants through pre-made libraries and endpoints connected to the UnShell protocol.
- **status:** Not started.
</details>