diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 15:46:01 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 15:46:01 +0000 |
commit | 0bae009f2c86fd5e1a4f6e436ee55053c6ae007f (patch) | |
tree | 99902ddce06080b955756040555d588c2a4ec72f /security | |
parent | decb64dcb24819d92d051da569534c736efcb671 (diff) | |
download | FreeBSD-ports-0bae009f2c86fd5e1a4f6e436ee55053c6ae007f.zip FreeBSD-ports-0bae009f2c86fd5e1a4f6e436ee55053c6ae007f.tar.gz |
- Refresh MASTER_SITES
PR: ports/67182
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-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 |