sslsplit icon indicating copy to clipboard operation
sslsplit copied to clipboard

Transparent SSL/TLS interception

Results 82 sslsplit issues
Sort by recently updated
recently updated
newest added

Add ability to handle connections proxied over HTTP CONNECT. Depending on the URI scheme, handle them like http://, https://, ws:// or wss://. Depends on #40 and #216.

feature

Dependencies: - #216 WebSockets (minimal) Tasks: - [ ] Parse binary framing protocol resulting in decoded WebSockets messages - [ ] Handle associated buffering challenges - [ ] Introduce a...

feature

Add an optional feature to allow SSLsplit to strip the STARTTLS flag in EHLO responses. For a start, connection type `smtp` and command line flag controlling STARTTLS stripping; later SSLsplit...

feature

Use the NPN hooks available with OpenSSL 1.0.1 to at least print what protocols the client has requested.

feature

Provide support for ALPN extensions (HTTP/2)

feature
proposed-implementation
priority

SSLsplit should cease supporting legacy ciphers by default, e.g. export ciphers. This also includes weak temporary RSA and DH keys and default generated RSA leaf key size. It should be...

feature

The debug log is currently very chaotic. To add a connection identifier to all log entries pertaining to the same connection will add to correlate log entries to the respective...

feature

The cipher suites requested by the client should be used in the connection towards the server, as long as they can be handled by sslsplit and the version of OpenSSL...

feature
complex

Hello. Thank you for this product. Are there any plans to support url filtering? Maybe just integration with [ufdbGuard](https://www.urlfilterdb.com/products/ufdbguard.html) or similar software. This would be great. Best regards, Pavel.

feature
complex

I would like to add full support for response buffering and manipulation. My needs are to fully *buffer* particular responses dependent on findings in headers (for example: Content-Type) and possibly...

feature