diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-10-29 20:14:59 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-29 20:14:59 -0200 |
commit | 65eff6c7457a9542592b983c251bc7e51aa92829 (patch) | |
tree | 0a1e08c4aa6b00fe5ad3298863e98be70287ec2c /network/sslstrip/README | |
parent | 672980952c420e4377ca028f1a82b7cac6844ce2 (diff) |
network/sslstrip: Added (HTTPS ssl stripping)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 000000000000..14470dc64985 --- /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) |