- 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
This commit is contained in:
Ion-Mihai Tetcu 2010-03-04 14:24:08 +00:00
parent 721b847e01
commit 2d043d434a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250565
3 changed files with 20 additions and 26 deletions

View File

@ -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

View File

@ -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

View File

@ -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