pkgsrc/security/arirang/Makefile
agc ed68b2236e 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
2002-06-20 16:28:18 +00:00

18 lines
597 B
Makefile

# $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"