diff options
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 016c68d..2002eea 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -14,7 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Web and CGI vulnerability scanner with SSL support MASTER_SITES= http://www.cirt.net/nikto/ \ - http://packetstormsecurity.org/UNIX/cgi-scanners/ + ftp://ftp.bay13.net/pub/wiretapped/vulnerability-assessment/nikto/ \ + http://mirror1.internap.com/pub/localareasecurity/wiretapped/vulnerability-assessment/nikto/ \ + ftp://ftp.localareasecurity.com/pub/wiretapped/vulnerability-assessment/nikto/ \ + http://www.mirrors.wiretapped.net/security/vulnerability-assessment/nikto/ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/libwhisker/LW.pm:${PORTSDIR}/security/libwhisker |