Fork of https://github.com/pinkp4nther/sslrelay-lib for experimental purpose
Find a file
PinkP4nther 8377ea5574 Clean
2021-09-02 22:34:37 -07:00
examples Clean 2021-09-02 22:34:37 -07:00
src Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00
.gitignore Clean. 2021-09-02 21:08:52 -07:00
Cargo.lock Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00
Cargo.toml Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00
README.md Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00
relay_config.example.toml Data handling completely rebuilt. Now correctly handles all TCP/IP traffic. 2021-09-02 21:06:27 -07:00

SSLRelay

A relay I wrote to help with intercepting/modifying TLS encrypted network traffic from an application.

The idea is to generate a certificate and a private key (You may need to generate a CA for your certificate, so that you can tell your system or the application to trust the generated certificate). Then use this library to continuously rewrite or display encrypted network traffic.

This library now supports continuous TCP sessions. | 09/02/2021