Fork of https://github.com/pinkp4nther/sslrelay-lib for experimental purpose
Find a file
2021-08-19 14:52:54 -07:00
examples/basic Organized Code 2021-08-19 14:52:54 -07:00
src Organized Code 2021-08-19 14:52:54 -07:00
.gitignore Code Upload 2021-08-18 00:08:06 -07:00
Cargo.lock Code Upload 2021-08-18 00:08:06 -07:00
Cargo.toml Code Upload 2021-08-18 00:08:06 -07:00
README.md Code Upload 2021-08-18 00:08:06 -07:00
relay_config.example.toml Code Upload 2021-08-18 00:08:06 -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.

Right now this library is mostly written to target the HTTP over TLS however I would like to make it work seamlessly with any data over TLS/SSL.