2026-04-24 14:27:55 -06:00
2026-01-30 14:05:07 -07:00
2026-04-24 14:10:03 -06:00
2026-01-26 09:13:46 -07:00
2026-02-20 18:17:11 -07:00
2026-04-24 14:10:03 -06:00
2026-04-24 14:10:03 -06:00
2026-04-23 15:36:27 -06:00
2026-04-23 22:39:01 -06:00
2026-04-24 14:10:03 -06:00
2026-04-24 13:37:30 -06:00
2026-04-20 23:14:07 -06:00

UnShell

UnShell is a tree-addressed RPC and data-exchange protocol designed for a hierarchy of endpoints. It provides a lightweight way to route calls, streams, and faults through a tree-structured network of nodes.

Features

  • Tree-Based Routing: Path-based addressing with longest-prefix matching.
  • RPC and Streaming: Supports simple request-response (Call) and bidirectional streaming (Data).
  • Hierarchical Control: Authority-restricted downward calls and upstream-only faults.
  • Introspection: Mandatory discovery mechanism for endpoints and leaves.
  • no_std Compatible: Core protocol implementation is designed for constrained environments.

Architecture

The protocol is organized into:

  • unshell: Core protocol logic, framing, and routing.
  • ush-treetest: A testbed implementation for validating the protocol.
  • ush-obfuscate: Utilities for code obfuscation.
  • base62: Encoding utilities.

Getting Started

Build

cargo build

Run Tests

cargo test

Protocol Specification

For detailed information on the wire format and behavioral invariants, please refer to PROTOCOL.md.

S
Description
UnShell is an exploitation orchestration framework.
Readme 1.8 MiB
Languages
Rust 99.7%
Shell 0.3%