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 1bd2872b20 DH group parameters are also loaded from -c 12 years ago
extra Add generation of a password protected RSA key 12 years ago
.gitignore Add generation of a password protected RSA key 12 years ago
BSDmakefile Initial import of sslsplit-0.4.2 12 years ago
GNUmakefile Reorder wildcard rules and improve error messages 12 years ago
README Mention PKG_CONFIG_PATH 12 years ago
TODO Update TODO 12 years ago
attrib.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
base64.c Handle empty strings correctly in Base64 routines 12 years ago
base64.h Header self-sufficience cleanup round 12 years ago
base64.t.c Rename unit test sources to fix language detection 12 years ago
cache.c Initial import of sslsplit-0.4.2 12 years ago
cache.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachedsess.c Initial import of sslsplit-0.4.2 12 years ago
cachedsess.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachedsess.t.c Rename unit test sources to fix language detection 12 years ago
cachefkcrt.c Initial import of sslsplit-0.4.2 12 years ago
cachefkcrt.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachefkcrt.t.c Rename unit test sources to fix language detection 12 years ago
cachemgr.c Initial import of sslsplit-0.4.2 12 years ago
cachemgr.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachemgr.t.c Rename unit test sources to fix language detection 12 years ago
cachessess.c Initial import of sslsplit-0.4.2 12 years ago
cachessess.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachessess.t.c Rename unit test sources to fix language detection 12 years ago
cachetgcrt.c Initial import of sslsplit-0.4.2 12 years ago
cachetgcrt.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
cachetgcrt.t.c Rename unit test sources to fix language detection 12 years ago
cert.c Initial import of sslsplit-0.4.2 12 years ago
cert.h Initial import of sslsplit-0.4.2 12 years ago
cert.t.c Rename unit test sources to fix language detection 12 years ago
dynbuf.c Initial import of sslsplit-0.4.2 12 years ago
dynbuf.h Initial import of sslsplit-0.4.2 12 years ago
khash.h Initial import of sslsplit-0.4.2 12 years ago
log.c Initial import of sslsplit-0.4.2 12 years ago
log.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
logbuf.c Initial import of sslsplit-0.4.2 12 years ago
logbuf.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
logger.c Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
logger.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
main.c Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
main.t.c Rename unit test sources to fix language detection 12 years ago
nat.c Undefine IPv6 compat defs to fix nat_version() 12 years ago
nat.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
opts.c Initial import of sslsplit-0.4.2 12 years ago
opts.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
opts.t.c Free proxyspecs if they (unexpectedly) parse okay 12 years ago
proxy.c Initial import of sslsplit-0.4.2 12 years ago
proxy.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
pxyconn.c Quickly decide on GET URIs obviously not OCSP 12 years ago
pxyconn.h Initial import of sslsplit-0.4.2 12 years ago
pxysslshut.c Handle SSL_ERROR_SSL quietly when shutting down 12 years ago
pxysslshut.h Initial import of sslsplit-0.4.2 12 years ago
pxythrmgr.c Initial import of sslsplit-0.4.2 12 years ago
pxythrmgr.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
ssl.c Fix PURIFY and warn when not seeding the RNG 12 years ago
ssl.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
ssl.t.c Rename unit test sources to fix language detection 12 years ago
sslsplit.1 DH group parameters are also loaded from -c 12 years ago
sys.c Initial import of sslsplit-0.4.2 12 years ago
sys.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
sys.t.c Rename unit test sources to fix language detection 12 years ago
thrqueue.c Initial import of sslsplit-0.4.2 12 years ago
thrqueue.h Use WUNRES and MALLOC attribs and fix sloppy code 12 years ago
url.c Handle empty strings correctly in URL routines 12 years ago
url.h Header self-sufficience cleanup round 12 years ago
url.t.c Handle empty strings correctly in URL routines 12 years ago
util.c Skip whitespace when parsing HTTP headers 12 years ago
util.h Skip whitespace when parsing HTTP headers 12 years ago
version.c Move volatile build-time information into separate compilation unit 12 years ago
version.h Move volatile build-time information into separate compilation unit 12 years ago

README

SSLsplit - transparent and scalable SSL/TLS interception
Copyright (C) 2009-2012, Daniel Roethlisberger <daniel@roe.ch>
http://www.roe.ch/SSLsplit


## Overview

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.

SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections over both
IPv4 and IPv6.  For SSL and HTTPS connections, SSLsplit generates and signs
forged X509v3 certificates on-the-fly, based on the original server certificate
subject DN and subjectAltName extension.  SSLsplit fully supports Server Name
Indication (SNI) and is able to work with RSA, DSA and ECDSA keys and DHE and
ECDHE cipher suites.  SSLsplit can also use existing certificates of which the
private key is available, instead of generating forged ones.  SSLsplit supports
NULL-prefix CN certificates and can deny OCSP requests in a generic way.

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.
The (optional) unit tests depend on check.

SSLsplit currently supports the following operating systems and NAT engines:
-   FreeBSD: pf rdr, ipfw fwd, ipfilter rdr
-   OpenBSD: pf rdr
-   Linux: netfilter REDIRECT and TPROXY
-   Mac OS X: ipfw fwd


## 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.


## Development

SSLsplit is being developed on Github.  For bug reports, please use the Github
issue tracker.  For patch submissions, please send me pull requests.

https://github.com/droe/sslsplit


## License

SSLsplit is provided under the simplified BSD license.
SSLsplit contains components licensed under the MIT license.
See the respective source file headers for details.


## Credits

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

SSLsplit includes khash by Attractive Chaos (khash.h).