You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Daniel Roethlisberger 29f7ae7bb4 Add a note that pkg-config is used when available 9 years ago
extra Move all test RSA keys from 1024 bit to 2048 bit 9 years ago
xnu Fix lib search w/o pkg-config w/multiple instances 9 years ago
.gitattributes Add .gitattributes and cleanup .gitignore 11 years ago
.gitignore Add .gitattributes and cleanup .gitignore 11 years ago
.travis.yml Remove make config from travis script 9 years ago
AUTHORS.md Add Richard Poole to contributor lists 9 years ago
BSDmakefile Initial import of sslsplit-0.4.2 12 years ago
GNUmakefile Fix lib search w/o pkg-config w/multiple instances 9 years ago
HACKING.md Add debug mode output to list of things to provide 9 years ago
LICENSE.md Update copyright, license and tagline 9 years ago
NEWS.md Update NEWS.md for #92 9 years ago
README.md Add a note that pkg-config is used when available 9 years ago
attrib.h Update copyright, license and tagline 9 years ago
base64.c Update copyright, license and tagline 9 years ago
base64.h Update copyright, license and tagline 9 years ago
base64.t.c Update copyright, license and tagline 9 years ago
cache.c Update copyright, license and tagline 9 years ago
cache.h Update copyright, license and tagline 9 years ago
cachedsess.c Update copyright, license and tagline 9 years ago
cachedsess.h Update copyright, license and tagline 9 years ago
cachedsess.t.c Update copyright, license and tagline 9 years ago
cachefkcrt.c Update copyright, license and tagline 9 years ago
cachefkcrt.h Update copyright, license and tagline 9 years ago
cachefkcrt.t.c Update copyright, license and tagline 9 years ago
cachemgr.c Update copyright, license and tagline 9 years ago
cachemgr.h Update copyright, license and tagline 9 years ago
cachemgr.t.c Update copyright, license and tagline 9 years ago
cachessess.c Update copyright, license and tagline 9 years ago
cachessess.h Update copyright, license and tagline 9 years ago
cachessess.t.c Update copyright, license and tagline 9 years ago
cachetgcrt.c Update copyright, license and tagline 9 years ago
cachetgcrt.h Update copyright, license and tagline 9 years ago
cachetgcrt.t.c Update copyright, license and tagline 9 years ago
cert.c Update copyright, license and tagline 9 years ago
cert.h Update copyright, license and tagline 9 years ago
cert.t.c Update copyright, license and tagline 9 years ago
defaults.h Update copyright, license and tagline 9 years ago
dynbuf.c Update copyright, license and tagline 9 years ago
dynbuf.h Update copyright, license and tagline 9 years ago
dynbuf.t.c Update copyright, license and tagline 9 years ago
khash.h Update khash.h to latest klib master 10 years ago
log.c Use more intuitive letters for new format specs 9 years ago
log.h Separate host and port into separate strings 9 years ago
logbuf.c Update copyright, license and tagline 9 years ago
logbuf.h Update copyright, license and tagline 9 years ago
logger.c Update copyright, license and tagline 9 years ago
logger.h Update copyright, license and tagline 9 years ago
main.c Explicitly initialize OpenSSL with SSL proxy specs 9 years ago
main.t.c Update copyright, license and tagline 9 years ago
nat.c Update copyright, license and tagline 9 years ago
nat.h Update copyright, license and tagline 9 years ago
opts.c Refactor proxyspec printing into proxyspec_str() 9 years ago
opts.h Refactor proxyspec printing into proxyspec_str() 9 years ago
opts.t.c Update copyright, license and tagline 9 years ago
privsep.c Update copyright, license and tagline 9 years ago
privsep.h Update copyright, license and tagline 9 years ago
proc.c Update copyright, license and tagline 9 years ago
proc.h Update copyright, license and tagline 9 years ago
proxy.c Revert "bugfix: actually parse resolv.conf at startup" 9 years ago
proxy.h Update copyright, license and tagline 9 years ago
pxyconn.c spelling fix 9 years ago
pxyconn.h Update copyright, license and tagline 9 years ago
pxysslshut.c Update copyright, license and tagline 9 years ago
pxysslshut.h Update copyright, license and tagline 9 years ago
pxythrmgr.c Update copyright, license and tagline 9 years ago
pxythrmgr.h Update copyright, license and tagline 9 years ago
pxythrmgr.t.c Update copyright, license and tagline 9 years ago
ssl.c Rename badly named local var to avoid grep FPs 9 years ago
ssl.h Update copyright, license and tagline 9 years ago
ssl.t.c Update copyright, license and tagline 9 years ago
sslsplit.1 Further improve wording for clarity 9 years ago
sys.c Replace percent in IPv6 addrs in filenames 9 years ago
sys.h IPv6 addrs in filenames use underscore not colon 9 years ago
sys.t.c Replace percent in IPv6 addrs in filenames 9 years ago
thrqueue.c Update copyright, license and tagline 9 years ago
thrqueue.h Update copyright, license and tagline 9 years ago
url.c Update copyright, license and tagline 9 years ago
url.h Update copyright, license and tagline 9 years ago
url.t.c Update copyright, license and tagline 9 years ago
util.c Update copyright, license and tagline 9 years ago
util.h Update copyright, license and tagline 9 years ago
util.t.c Update copyright, license and tagline 9 years ago
version.c Update copyright, license and tagline 9 years ago
version.h Update copyright, license and tagline 9 years ago

README.md

SSLsplit - transparent SSL/TLS interception Build Status

Copyright (C) 2009-2015, Daniel Roethlisberger.
http://www.roe.ch/SSLsplit

Overview

SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. It is intended to be useful for network forensics, application security analysis and penetration testing.

SSLsplit is designed to transparently terminate connections that are redirected to it using a network address translation engine. SSLsplit then terminates SSL/TLS and initiates a new SSL/TLS connection to the original destination address, while logging all data transmitted. Besides NAT based operation, SSLsplit also supports static destinations and using the server name indicated by SNI as upstream destination. SSLsplit is purely a transparent proxy and cannot act as a HTTP or SOCKS proxy configured in a browser.

SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections over both IPv4 and IPv6. SSLsplit fully supports Server Name Indication (SNI) and is able to work with RSA, DSA and ECDSA keys and DHE and ECDHE cipher suites. Depending on the version of OpenSSL built against, SSLsplit supports SSL 3.0, TLS 1.0, TLS 1.1 and TLS 1.2, and optionally SSL 2.0 as well.

For SSL and HTTPS connections, SSLsplit generates and signs forged X509v3 certificates on-the-fly, mimicking the original server certificate's subject DN, subjectAltName extension and other characteristics. SSLsplit has the ability to use existing certificates of which the private key is available, instead of generating forged ones. SSLsplit supports NULL-prefix CN certificates but otherwise does not implement exploits against specific certificate verification vulnerabilities in SSL/TLS stacks.

SSLsplit implements a number of defences against mechanisms which would normally prevent MitM attacks or make them more difficult. SSLsplit can deny OCSP requests in a generic way. For HTTP and HTTPS connections, SSLsplit removes response headers for HPKP in order to prevent public key pinning, for HSTS to allow the user to accept untrusted certificates, and Alternate Protocols to prevent switching to QUIC/SPDY. HTTP compression, encodings and keep-alive are disabled to make the logs more readable.

See the manual page sslsplit(1) for details on using SSLsplit and setting up the various NAT engines.

Requirements

SSLsplit depends on the OpenSSL and libevent 2.x libraries. The build depends on GNU make and a POSIX.2 environment in PATH. If available, pkg-config is used to locate and configure the dependencies. The optional unit tests depend on the check library.

SSLsplit currently supports the following operating systems and NAT mechanisms:

  • FreeBSD: pf rdr and divert-to, ipfw fwd, ipfilter rdr
  • OpenBSD: pf rdr-to and divert-to
  • Linux: netfilter REDIRECT and TPROXY
  • Mac OS X: pf rdr and ipfw fwd

Support for local process information (-i) is currently available on Mac OS X and FreeBSD.

SSL/TLS features and compatibility greatly depend on the version of OpenSSL linked against; for optimal results, use a recent release.

Installation

make
make test       # optional unit tests
make install    # optional install

Dependencies are autoconfigured using pkg-config. If dependencies are not picked up and fixing PKG_CONFIG_PATH does not help, you can specify their respective locations manually by setting OPENSSL_BASE, LIBEVENT_BASE and/or CHECK_BASE to the respective prefixes.

You can override the default install prefix (/usr/local) by setting PREFIX. For more build options see GNUmakefile.

Documentation

See NEWS.md for release notes listing significant changes between releases. See HACKING.md for information on development and how to submit bug reports. See AUTHORS.md for the list of contributors.

License

SSLsplit is provided under a 2-clause BSD license. SSLsplit contains components licensed under the MIT and APSL licenses. See LICENSE.md and the respective source file headers for details.

Credits

SSLsplit was inspired by mitm-ssl by Claes M. Nyberg and sslsniff by Moxie Marlinspike, but shares no source code with them.