summaryrefslogtreecommitdiff
path: root/security/arirang/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-06-20 16:28:18 +0000
committeragc <agc@pkgsrc.org>2002-06-20 16:28:18 +0000
commited68b2236e8c3e3b9923e4fcef0a91bfabfcea10 (patch)
tree48d03e3a29589332e15441c4f4c4271d489cf80d /security/arirang/Makefile
parent3426dbe5787697cc289c45b1203ad4b021be0486 (diff)
downloadpkgsrc-ed68b2236e8c3e3b9923e4fcef0a91bfabfcea10.tar.gz
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
Diffstat (limited to 'security/arirang/Makefile')
-rw-r--r--security/arirang/Makefile18
1 files changed, 18 insertions, 0 deletions
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"