From 6b80960850f534f05939a34d93f7e56f9a8528d5 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sun, 9 Oct 2005 18:21:28 +0000 Subject: Add gwee, a tool to exploit command execution vulnerabilities in web scripts. PR: 80639 Submitted by: chinsan Approved by: novel (mentor) --- security/gwee/Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 security/gwee/Makefile (limited to 'security/gwee/Makefile') diff --git a/security/gwee/Makefile b/security/gwee/Makefile new file mode 100644 index 000000000000..83e8ded16acf --- /dev/null +++ b/security/gwee/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gwee +# Date created: 2005-05-04 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= gwee +PORTVERSION= 1.36 +CATEGORIES= security www +MASTER_SITES= http://tigerteam.se/dl/gwee/ + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= Tool to exploit command execution vulnerabilities in web scripts + +USE_OPENSSL= yes +USE_PERL5= yes +USE_PYTHON= yes + +LDFLAGS+= -lssl -lcrypto +CFLAGS+= -DWITH_SSL + +MAN1= gwee.1 +PLIST_FILES= bin/gwee + +do-build: + ${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \ + -o ${WRKSRC}/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.include -- cgit v1.2.3