forked from Lainports/freebsd-ports
and redirects, then map those links into either look-alike HTTP links or homograph-similar HTTPS links. It also supports modes for supplying a favicon which looks like a lock icon, selective logging, and session denial. WWW: http://www.thoughtcrime.org/software/sslstrip/ PR: ports/134021 Submitted by: Matt Donovan <kitchetech@gmail.com>
11 lines
458 B
Python
11 lines
458 B
Python
--- setup.py.orig 2009-04-24 10:19:32.000000000 -0400
|
|
+++ setup.py 2009-04-24 10:19:45.000000000 -0400
|
|
@@ -5,7 +5,7 @@
|
|
shutil.copyfile("sslstrip.py", "sslstrip/sslstrip")
|
|
|
|
setup (name = 'sslstrip',
|
|
- version = '0.1',
|
|
+ version = '0.2',
|
|
description = 'A MITM tool that implements Moxie Marlinspike\'s HTTPS stripping attacks.',
|
|
author = 'Moxie Marlinspike',
|
|
author_email = 'moxie@thoughtcrime.org',
|