summaryrefslogtreecommitdiff
path: root/network/sslstrip/README
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2011-10-29 20:14:59 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2011-10-29 20:14:59 -0200
commit65eff6c7457a9542592b983c251bc7e51aa92829 (patch)
tree0a1e08c4aa6b00fe5ad3298863e98be70287ec2c /network/sslstrip/README
parent672980952c420e4377ca028f1a82b7cac6844ce2 (diff)
downloadslackbuilds-65eff6c7457a9542592b983c251bc7e51aa92829.tar.gz
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/README9
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)