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>
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# New ports collection makefile for: sslstrip
|
|
# Date created: 2009-04-17
|
|
# Whom: User & <dragon@njord.localdomain>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sslstrip
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= kitchetech@gmail.com
|
|
COMMENT= Python program for ssl stripping
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= sslstrip
|
|
|
|
.include <bsd.port.mk>
|