diff options
Diffstat (limited to 'network/sslstrip/README')
-rw-r--r-- | network/sslstrip/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/sslstrip/README b/network/sslstrip/README new file mode 100644 index 0000000000..14470dc649 --- /dev/null +++ b/network/sslstrip/README @@ -0,0 +1,9 @@ +sslstrip (HTTPS ssl stripping) + +This tool provides a demonstration of the HTTPS stripping attacks. +It will transparently hijack HTTP traffic on a network, watch for +HTTPS links and redirects, then map those links into either +look-alike HTTP links or homograph-similar HTTPS links. + +requires: pyOpenSSL and python-twisted-web2 (which require pysetuptools, + zope.interface, and python-twisted) |