rustgate-proxy 0.4.0

MITM-capable HTTP/HTTPS proxy with WebSocket C2 tunneling (SOCKS5, reverse TCP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod c2;
pub mod cert;
pub mod error;
pub mod handler;
pub mod intercept;
pub mod logging;
pub mod protocol;
pub mod proxy;
pub mod socks5;
pub mod tls;
pub mod tui;
pub mod ws;