tls-forward-proxy

A most basic forward proxy using Tokio TcpStreams.

Sample usage:

$ cargo build && cargo run
Listening on 127.0.0.1:8080

Send requests to your destination through this proxy:

curl --cacert /path/to/cert.pem https://test.dev:5000 -x http://proxy.dev:8080 --proxytunnel
Description
A TLS man-in-the-middle proxy that can replace byte sequences of same length in outbound requests
Readme 50 KiB
Languages
Rust 97.8%
Python 2.2%