mythic-c2 0.2.2

Mythic C2 agent library — message encoding, AES-256-CBC-HMAC crypto, and transport abstraction for the full agent lifecycle
Documentation
1
2
3
4
5
6
7
//! HTTPX transport for the Mythic `httpx` C2 profile.
//!
//! `httpx` is a superset of the `http` profile: it uses the same
//! `HttpConfig` / `HttpTransport` implementation, defaulting to URL-safe
//! base64-encoded messages in the `id` query parameter for GET tasking.

pub use crate::transport::http::{HttpConfig as HttpxConfig, HttpTransport as HttpxTransport};