aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-04 14:24:08 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-04 14:24:08 +0000
commit2d043d434a21c48b022ca8f695289eb408419747 (patch)
treee9e5dd8827879d45173d2773ef06c350b42fd5a4
parent721b847e01a676c6c06bba2480d5fa7579ea893d (diff)
downloadports-2d043d434a21c48b022ca8f695289eb408419747.tar.gz
ports-2d043d434a21c48b022ca8f695289eb408419747.zip
- upgrade to 2.1.1
- pass maintainership to submiter since he's more interested in this port PR: 143943 Submitted by: Niels Heinen Feature safe: yes
Notes
Notes: svn path=/head/; revision=250565
-rw-r--r--security/nikto/Makefile6
-rw-r--r--security/nikto/distinfo6
-rw-r--r--security/nikto/pkg-descr34
3 files changed, 20 insertions, 26 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile
index ed57b6ade066..fb33ffa7920e 100644
--- a/security/nikto/Makefile
+++ b/security/nikto/Makefile
@@ -8,14 +8,14 @@
#
PORTNAME= nikto
-PORTVERSION= 2.1.0
+PORTVERSION= 2.1.1
PORTEPOCH= 1
CATEGORIES= security www
MASTER_SITES= http://www.cirt.net/${PORTNAME}/ \
http://www.mirrors.wiretapped.net/security/vulnerability-assessment/${PORTNAME}/ \
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
-MAINTAINER= itetcu@FreeBSD.org
+MAINTAINER= niels@heinen.ws
COMMENT= Web and CGI vulnerability scanner with SSL support
MAN1= nikto.1
@@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_PERL5_RUN= yes
NO_BUILD= yes
-PORTDOCS= CHANGES.txt LICENSE.txt nikto_manual.html
+PORTDOCS= CHANGES.txt LICENSE.txt nikto.dtd nikto_manual.html
OPTIONS+= SSLEAY "Use NET::SSLeay for ssl scanning" on
OPTIONS+= NMAP "Use security/nmap for port scanning" on
diff --git a/security/nikto/distinfo b/security/nikto/distinfo
index b70e35fe2dc4..ed132c428bc0 100644
--- a/security/nikto/distinfo
+++ b/security/nikto/distinfo
@@ -1,3 +1,3 @@
-MD5 (nikto-2.1.0.tar.bz2) = ce971262e14f5ac1ff634b86366bdaa8
-SHA256 (nikto-2.1.0.tar.bz2) = 8883cc91ed5831c05ac18929a7a93907229ab9836313c2bf9e47e33f3a4e45b5
-SIZE (nikto-2.1.0.tar.bz2) = 230536
+MD5 (nikto-2.1.1.tar.bz2) = 4a7ca9634190eba8cac9847117a72446
+SHA256 (nikto-2.1.1.tar.bz2) = 11443267c33ebdc696e39a9e76f5a842f5dc568afc7351d22310991ee900c29d
+SIZE (nikto-2.1.1.tar.bz2) = 262100
diff --git a/security/nikto/pkg-descr b/security/nikto/pkg-descr
index c4c6370cbd84..178bba7c99e3 100644
--- a/security/nikto/pkg-descr
+++ b/security/nikto/pkg-descr
@@ -1,23 +1,17 @@
-Nikto is a web server scanner which performs comprehensive tests against web
-servers for multiple items, including over 2200 potentially dangerous
-files/CGIs, versions on over 140 servers, and problems on over 210 servers.
-Scan items and plugins are frequently updated and can be automatically updated
-(if desired).
+Nikto is an Open Source (GPL) web server scanner which performs
+comprehensive tests against web servers for multiple items, including
+over 6100 potentially dangerous files/CGIs, checks for outdated
+versions of over 950 servers, and version specific problems on over
+260 servers. It also checks for server configuration items such as
+the presence of multiple index files, HTTP server options, and will
+attempt to identify installed web servers and software. Scan items
+and plugins are frequently updated and can be automatically updated.
-Nikto is designed to examine web servers and look for items in multiple
-categories:
+It uses Rain Forest Puppy's LibWhisker (wiretrip.net) for HTTP
+functionality, and can perform checks in HTTP or HTTPS. It also
+supports basic port scanning and will determine if a web server is
+running on any open ports.
-- misconfigurations
-- default files and scripts
-- insecure files and scripts
-- outdated software
+Nikto is written by Chris Sullo and David Lodge.
-It uses Rain Forest Puppy's LibWhisker (wiretrip.net) for HTTP functiona lity,
-and can perform checks in HTTP or HTTPS. It also supports basic port scanning
- and will determine if a web server is running on any open ports.
-
-WWW: http://www.cirt.net/code/nikto.shtml
-
-- pandzilla
-
-jan@atstake.com
+WWW: http://cirt.net/nikto2