add a symlink nikto.pl (which is the official name of the executable)
-> nikto as at least nessus relies on this (and is not patchable in this regard due to crytpographically signed code) remove maintainer per his request
This commit is contained in:
parent
b462802c9c
commit
ea73edc0f9
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/10/19 05:52:56 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2005/02/06 17:11:03 sturm Exp $
|
||||
|
||||
COMMENT= "Web and CGI vulnerability scanner with SSL support"
|
||||
|
||||
DISTNAME= nikto-1.34
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= security www
|
||||
|
||||
HOMEPAGE= http://www.cirt.net/code/nikto.shtml
|
||||
@ -10,8 +11,6 @@ HOMEPAGE= http://www.cirt.net/code/nikto.shtml
|
||||
MASTER_SITES= http://www.cirt.net/nikto/ \
|
||||
http://packetstormsecurity.org/UNIX/cgi-scanners/
|
||||
|
||||
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -33,6 +32,7 @@ do-install:
|
||||
@perl -pi -e 's,config.txt,${SYSCONFDIR}/nikto.conf,' ${WRKSRC}/nikto.pl
|
||||
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${PREFIX}/bin/nikto
|
||||
@ln -s nikto ${PREFIX}/bin/nikto.pl
|
||||
${INSTALL_DATA} ${WRKSRC}/config.txt \
|
||||
${PREFIX}/share/examples/nikto/nikto.conf
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:36:00 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/02/06 17:11:03 sturm Exp $
|
||||
bin/nikto
|
||||
bin/nikto.pl
|
||||
share/examples/nikto/
|
||||
share/examples/nikto/nikto.conf
|
||||
@sample ${SYSCONFDIR}/nikto.conf
|
||||
|
Loading…
Reference in New Issue
Block a user