Transparent SSL/TLS proxy for intercepting and analyzing encrypted traffic
Man-in-the-middle attacks against SSL encrypted network connections
sslsplit$ sslsplit -l 127.0.0.1:8080 https 127.0.0.1:443$ sslsplit -l 127.0.0.1:8080 -L /tmp/sslsplit.log http 127.0.0.1:80 https 127.0.0.1:443$ sslsplit -d -c /path/to/cert.pem -l 127.0.0.1:8080 https 127.0.0.1:443