SSLSNIFF(1) | General Commands Manual | SSLSNIFF(1) |
sslsniff - SSL/TLS man-in-the-middle attack tool
sslsniff [options]
This manual page documents briefly the sslsniff command.
sslsniff is designed to create man-in-the-middle (MITM)
attacks for SSL/TLS connections, and dynamically generates certs for the
domains that are being accessed on the fly. The new certificates are
constructed in a certificate chain that is signed by any certificate that is
provided.
sslsniff also supports other attacks like null-prefix or OCSP attacks to
achieve silent interceptions of connections when possible.
Modes:
sslsniff works only on the FORWARD traffic (not on INPUT or OUTPUT).
To intercept traffic on port 8443, start sslsniff on a local port:
and redirect traffic to this port using the iptables nat table:
sslsniff was written by Moxie Marlinspike.
This manual page was written by Pierre Chifflier <pollux@debian.org>, for the Debian project (and may be used by others).
August 16, 2009 |