diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-08-29 07:01:14 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-08-29 07:01:14 +0000 |
commit | ca49a8e087c93f53235d8c24d11ecbfbcca18a1c (patch) | |
tree | 6d3fa707c47546f1ac0a67b288557b59a0651a24 | |
parent | 9a4f4f6b604bfd2f2027b202064e138817427743 (diff) | |
download | FreeBSD-ports-ca49a8e087c93f53235d8c24d11ecbfbcca18a1c.zip FreeBSD-ports-ca49a8e087c93f53235d8c24d11ecbfbcca18a1c.tar.gz |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Chase makesum; the author retar the current tarball by updating these
modules since its release (05.27.2003 - 08.18.2003):
nikto_outdated.plugin 1.08
- Fixed nasty regex bug in the version eval, and made more efficient. Pointed out by fr0stman, thx Zeno for assistance
nikto_core.plugin 1.15
- Bugfix: only scanning port 80 when multiple ports are specified by CLI argument. Thanks to Martin Macok for submitting a bug report.
nikto_headers.plugin 1.07
- Added Host header back after delete in IIS Content-Location check. Thanks to Abdi Ponce for the bug report & debug.
nikto_httpoptions.plugin 1.04
- Changed PROPPATCH, TRACK, TRACE messages. Changed PROPFIND message, thanks to Jericho for tracking down some good info on it. Added SEARCH message.
nikto_user_enum_apache.plugin 1.02
- Bugfix: some user names not tested (zz, zzz, etc.)
- Major rewrite for speed improvements
Obtained from: bento
-rw-r--r-- | security/nikto/Makefile | 2 | ||||
-rw-r--r-- | security/nikto/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index 1baf7a0..d564f2a 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -7,6 +7,7 @@ PORTNAME= nikto PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= security www MAINTAINER= jan@atstake.com @@ -14,7 +15,6 @@ COMMENT= Web and CGI vulnerability scanner with SSL support MASTER_SITES= http://www.cirt.net/nikto/ \ http://packetstormsecurity.org/UNIX/cgi-scanners/ -DISTNAME= ${PORTNAME}-current WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/security/nikto/distinfo b/security/nikto/distinfo index 2b8da7a..71b194f 100644 --- a/security/nikto/distinfo +++ b/security/nikto/distinfo @@ -1 +1 @@ -MD5 (nikto-current.tar.gz) = 54c8d0e292a4030c4d680fcf11b53623 +MD5 (nikto-1.30.tar.gz) = 934ad82974a10b91839b4181956308e2 |