From ed68b2236e8c3e3b9923e4fcef0a91bfabfcea10 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 20 Jun 2002 16:28:18 +0000 Subject: Initial import of arirang-1.6beta into the NetBSD Packages Collection. Provided in PR 17326 by ISIHARA,Takanori (ishit@pluto.dti.ne.jp), slightly modified by myself. Arirang is a powerful webserver security scanner. The following features are supported: - Operating System Detect(used by NetCraft) - webserver type scan - CVE compatible(only NT, some Unix) - flexible scan rule databases - multiple hosts scan and multiple hosts webserver type scan. - http port - wide network(ip range) scan - wide network webserver type scan - patch information.(completed patch info-NT) - http request injection. - virtual host scan - fast scan(used a Processes) - recv flags --- security/arirang/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 security/arirang/Makefile (limited to 'security/arirang/Makefile') diff --git a/security/arirang/Makefile b/security/arirang/Makefile new file mode 100644 index 00000000000..e94cb8ab83b --- /dev/null +++ b/security/arirang/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 16:28:18 agc Exp $ +# FreeBSD Id: ports/security/arirang/Makefile,v 1.2 2001/08/11 14:08:00 dwcjr Exp + +DISTNAME= arirang-1.6beta +PKGNAME= arirang-1.6rc1 +CATEGORIES= security www +MASTER_SITES= http://www.monkey.org/~pilot/arirang/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.monkey.org/~pilot/arirang/ +COMMENT= Powerful webserver security scanner + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin + ${INSTALL_DATA_DIR} ${PREFIX}/share/arirang/ + ${INSTALL_DATA} ${WRKSRC}/*.uxe ${PREFIX}/share/arirang + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3