sslrelay/README.md
2021-09-02 21:16:57 -07:00

470 B

SSLRelay

A relay library 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 decrypted network traffic.

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