Skip to content

Commit

Permalink
Document intended use of SSLsplit
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed May 11, 2012
1 parent a3b6d58 commit 7ad1deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README
Expand Up @@ -9,7 +9,8 @@ SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted
network connections. Connections are transparently intercepted through a
network address translation engine and redirected to SSLsplit. SSLsplit
terminates SSL/TLS and initiates a new SSL/TLS connection to the original
destination address, while logging all data transmitted.
destination address, while logging all data transmitted. SSLsplit is intended
to be useful for network forensics and penetration testing.

SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections over both
IPv4 and IPv6. For SSL and HTTPS connections, SSLsplit generates and signs
Expand Down
3 changes: 2 additions & 1 deletion sslsplit.1
Expand Up @@ -53,7 +53,8 @@ SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted
network connections. Connections are transparently intercepted through a
network address translation engine and redirected to SSLsplit. SSLsplit
terminates SSL/TLS and initiates a new SSL/TLS connection to the original
destination address, while logging all data transmitted.
destination address, while logging all data transmitted. SSLsplit is intended
to be useful for network forensics and penetration testing.
.LP
SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections over both
IPv4 and IPv6. For SSL and HTTPS connections, SSLsplit generates and signs
Expand Down

0 comments on commit 7ad1deb

Please sign in to comment.