summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sslstrip/sslstrip-0.9.ebuild')
-rw-r--r--net-misc/sslstrip/sslstrip-0.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/sslstrip/sslstrip-0.9.ebuild b/net-misc/sslstrip/sslstrip-0.9.ebuild
new file mode 100644
index 0000000..423a0a8
--- /dev/null
+++ b/net-misc/sslstrip/sslstrip-0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+PYTHON_DEPEND="2:2.5"
+
+inherit python
+
+DESCRIPTION="sslstrip provides a demonstration of a HTTPS stripping attack"
+HOMEPAGE="http://www.thoughtcrime.org/software/sslstrip/"
+SRC_URI="http://www.thoughtcrime.org/software/sslstrip/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/twisted-web"