* [gentoo-commits] proj/perl-overlay:master commit in: net-analyzer/nikto/files/, net-analyzer/nikto/
@ 2015-06-20 22:13 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2015-06-20 22:13 UTC (permalink / raw
To: gentoo-commits
commit: cc9c06f819efef48ca3d4bdd10a336d1d0a779eb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 20:49:11 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 20:58:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=cc9c06f8
[prune] net-analyzer/nikto: remove old versions superceded by ::gentoo
Package-Manager: portage-2.2.17
net-analyzer/nikto/files/nikto-2.1.1-PL.patch | 22 -------
net-analyzer/nikto/files/nikto-2.1.2-PL.patch | 20 -------
net-analyzer/nikto/files/nikto-2.1.3-PL.patch | 28 ---------
net-analyzer/nikto/files/nikto.conf | 83 ---------------------------
net-analyzer/nikto/metadata.xml | 10 ----
net-analyzer/nikto/nikto-2.1.1.ebuild | 58 -------------------
net-analyzer/nikto/nikto-2.1.2.ebuild | 60 -------------------
net-analyzer/nikto/nikto-2.1.3.ebuild | 57 ------------------
8 files changed, 338 deletions(-)
diff --git a/net-analyzer/nikto/files/nikto-2.1.1-PL.patch b/net-analyzer/nikto/files/nikto-2.1.1-PL.patch
deleted file mode 100644
index 31d1b6f..0000000
--- a/net-analyzer/nikto/files/nikto-2.1.1-PL.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- nikto.pl.orig 2010-02-02 14:28:54.000000000 -0500
-+++ nikto.pl 2010-02-22 15:22:19.000000000 -0500
-@@ -49,7 +49,7 @@
- $NIKTO{'DIV'} = "-" x 75;
- $NIKTO{'version'} = "2.1.1";
- $NIKTO{'name'} = "Nikto";
--$NIKTO{'configfile'} = "/etc/nikto.conf"; ### Change this line if your setup is having trouble finding it
-+$NIKTO{'configfile'} = "/etc/nikto/nikto.conf"; ### Change this line if your setup is having trouble finding it
-
- # read the --config option
- {
-@@ -85,9 +85,7 @@
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin";
- nprint("T:$starttime: Starting", "d");
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin";
--require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
--
--# use LW2; ### Change this line to use a different installed version
-+use LW2;
-
- ($a, $b) = split(/\./, $LW2::VERSION);
- die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);
diff --git a/net-analyzer/nikto/files/nikto-2.1.2-PL.patch b/net-analyzer/nikto/files/nikto-2.1.2-PL.patch
deleted file mode 100644
index 9d44275..0000000
--- a/net-analyzer/nikto/files/nikto-2.1.2-PL.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/nikto-2.1.2/nikto.pl 2010-07-11 20:27:03.000000000 -0400
-+++ b/nikto-2.1.2/nikto.pl 2010-08-13 15:57:43.000000000 -0400
-@@ -52,7 +52,7 @@
- $NIKTO{'DIV'} = "-" x 75;
- $NIKTO{'version'} = "2.1.2";
- $NIKTO{'name'} = "Nikto";
--$NIKTO{'configfile'} = "/etc/nikto.conf"; ### Change this line if it's having trouble finding it
-+$NIKTO{'configfile'} = "/etc/nikto/nikto.conf"; ### Change this line if it's having trouble finding it
-
- # put a signal trap so we can close down reports properly
- $SIG{'INT'} = \&safe_quit;
-@@ -89,7 +89,7 @@
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin";
- nprint("T:$starttime: Starting", "d");
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin";
--require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
-+use LW2;
-
- my ($a, $b) = split(/\./, $LW2::VERSION);
- die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);
diff --git a/net-analyzer/nikto/files/nikto-2.1.3-PL.patch b/net-analyzer/nikto/files/nikto-2.1.3-PL.patch
deleted file mode 100644
index fb5b71c..0000000
--- a/net-analyzer/nikto/files/nikto-2.1.3-PL.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/nikto-2.1.3/nikto.pl 2010-09-07 08:55:51.000000000 -0400
-+++ b/nikto-2.1.3/nikto.pl 2010-11-08 19:58:10.000000000 -0500
-@@ -6,7 +6,7 @@
- use Getopt::Long;
- Getopt::Long::Configure('no_ignore_case');
-
--# use LW2; ### Change this line to use a different installed version
-+use LW2; ### Change this line to use a different installed version
-
- ###############################################################################
- # Nikto #
-@@ -52,7 +52,7 @@
- $NIKTO{'DIV'} = "-" x 75;
- $NIKTO{'version'} = "2.1.3";
- $NIKTO{'name'} = "Nikto";
--$NIKTO{'configfile'} = "/etc/nikto.conf"; ### Change this line if it's having trouble finding it
-+$NIKTO{'configfile'} = "/etc/nikto/nikto.conf"; ### Change this line if it's having trouble finding it
-
- # put a signal trap so we can close down reports properly
- $SIG{'INT'} = \&safe_quit;
-@@ -89,7 +89,6 @@
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin";
- nprint("T:" . localtime($COUNTERS{'startsec'}) . ": Starting", "d");
- require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin";
--require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm";
-
- my ($a, $b) = split(/\./, $LW2::VERSION);
- die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);
diff --git a/net-analyzer/nikto/files/nikto.conf b/net-analyzer/nikto/files/nikto.conf
deleted file mode 100644
index a5493e8..0000000
--- a/net-analyzer/nikto/files/nikto.conf
+++ /dev/null
@@ -1,83 +0,0 @@
-#########################################################################################################
-# CONFIG STUFF
-# $Id: nikto.conf 539 2010-09-06 03:33:19Z sullo $
-#########################################################################################################
-# default command line options, can't be an option that requires a value. used for ALL runs.
-# CLIOPTS=-g -a
-
-# ports never to scan
-SKIPPORTS=21 111
-
-# User-Agent variables:
- # @VERSION - Nikto version
- # @TESTID - Test identifier
- # @EVASIONS - List of active evasions
-USERAGENT=Mozilla/4.75 (Nikto/@VERSION) (Evasions:@EVASIONS) (Test:@TESTID)
-
-# RFI URL. This remote file should return a phpinfo call, for example: <?php phpinfo(); ?>
-# You may use the one below, if you like.
-RFIURL=http://cirt.net/rfiinc.txt?
-
-# IDs never to alert on (Note: this only works for IDs loaded from db_tests)
-#SKIPIDS=
-
-# if Nikto is having difficulty finding the 'plugins', set the full install path here
-# EXECDIR=/usr/local/nikto
-
-# The DTD
-NIKTODTD=/usr/share/nikto-2.1.3/nikto.dtd
-
-# location of nmap to use with port scanning (rather than Nikto internals)
-# and any options to pass to it
-NMAP=/usr/bin/nmap
-NMAPOPTS=-P0
-
-# the default HTTP version to try... can/will be changed as necessary
-DEFAULTHTTPVER=1.0
-
-# Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should
-# send updates because it makes the data better for everyone ;) *NO* server specific information
-# such as IP or name is sent, just the relevant version information.
-# UPDATES=yes - ask before each submission if it should send
-# UPDATES=no - don't ask, don't send
-# UPDATES=auto - automatically attempt submission *without prompting*
-UPDATES=yes
-
-# Warning if MAX_WARN OK or MOVED responses are retrieved
-MAX_WARN=20
-
-# Prompt... if set to 'no' you'll never be asked for anything. Good for automation.
-#PROMPTS=no
-
-# cirt.net : set the IP so that updates can work without name resolution
-CIRT=174.142.17.165
-
-#########################################################################################################
-# PROXY STUFF
-#########################################################################################################
-#PROXYHOST=10.10.10.221
-#PROXYPORT=8080
-#PROXYUSER=proxyuserid
-#PROXYPASS=proxypassword
-
-#########################################################################################################
-# COOKIE STUFF
-#########################################################################################################
-# send a cookie with all requests, helpful if auth cookie is needed
-#STATIC-COOKIE=cookiename=cookievalue
-
-# The below allows you to vary which HTTP methods are used to check whether
-# an HTTP(s) server is running. Some web servers, such as the autopsy web
-# server do not implement the HEAD method
-CHECKMETHODS=HEAD GET
-
-# If you want to specify the location of any of the files, specify them here
-EXECDIR=/usr/bin/nikto
-PLUGINDIR=/var/lib/nikto/plugins
-TEMPLATEDIR=/var/lib/nikto/templates
-DOCDIR=/usr/share/doc/nikto-2.1.3
-NIKTOCONFIG=/etc/nikto
-
-# Default plugin macros
-@@MUTATE=dictionary;subdomain
-@@DEFAULT=@@ALL;-@@MUTATE;tests(report:500)
diff --git a/net-analyzer/nikto/metadata.xml b/net-analyzer/nikto/metadata.xml
deleted file mode 100644
index 86672fe..0000000
--- a/net-analyzer/nikto/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>perl@gentoo.org</email>
- <description>Primary Maintainer</description>
- </maintainer>
- <longdescription></longdescription>
-</pkgmetadata>
diff --git a/net-analyzer/nikto/nikto-2.1.1.ebuild b/net-analyzer/nikto/nikto-2.1.1.ebuild
deleted file mode 100644
index be74d4c..0000000
--- a/net-analyzer/nikto/nikto-2.1.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Web Server vulnerability scanner."
-HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
-SRC_URI="http://www.cirt.net/source/nikto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-DEPEND="dev-lang/perl
- net-analyzer/nmap
- ssl? (
- dev-libs/openssl
- dev-perl/Net-SSLeay
- )
- >=net-libs/libwhisker-2.5"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm docs/._* || die "removing osx files failed"
- rm plugins/LW2.pm || die "removing bundled lib LW2.pm failed"
- epatch "${FILESDIR}"/${PF}-PL.patch || die "patch failed"
-}
-
-src_install() {
-
- dodir /etc/nikto || die "dodir failed"
- insinto /etc/nikto
- doins "${FILESDIR}/nikto.conf" || die "doins failed"
-
- dobin nikto.pl || die "dobin failed"
- dosym /usr/bin/nikto.pl /usr/bin/nikto || die "dobin failed"
-
- dodir /usr/share/nikto || die "dodir failed"
- insinto /usr/share/nikto
- doins docs/nikto.dtd || die "dodoc failed"
-
- dodir /var/lib/nikto || die "dodir failed"
- insinto /var/lib/nikto
- doins -r templates plugins || die "doins failed"
-
- dodoc docs/*.txt || die "dodoc failed"
- dohtml docs/nikto_manual.html || die "dohtml failed"
- doman docs/nikto.1 || die "doman failed"
-}
-
-pkg_postinst() {
- elog 'Default configuration file is "/etc/nikto/nikto.conf"'
-}
diff --git a/net-analyzer/nikto/nikto-2.1.2.ebuild b/net-analyzer/nikto/nikto-2.1.2.ebuild
deleted file mode 100644
index 34ba763..0000000
--- a/net-analyzer/nikto/nikto-2.1.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Web Server vulnerability scanner."
-HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
-SRC_URI="http://www.cirt.net/source/nikto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-DEPEND="dev-lang/perl
- net-analyzer/nmap
- ssl? (
- dev-libs/openssl
- dev-perl/Net-SSLeay
- )
- >=net-libs/libwhisker-2.5"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm plugins/LW2.pm || die "removing bundled lib LW2.pm failed"
- epatch "${FILESDIR}"/${PF}-PL.patch || die "patch failed"
-}
-
-src_install() {
-
- dodir /etc/nikto || die "dodir failed"
- insinto /etc/nikto
- doins "${FILESDIR}/nikto.conf" || die "doins failed"
-
- dobin nikto.pl || die "dobin failed"
- insinto /usr/bin
- doins nikto.pl || die "doins failed"
-
- dodir /usr/share/nikto || die "dodir failed"
- insinto /usr/share/nikto
- doins docs/nikto.dtd || die "dodoc failed"
-
- dodir /var/lib/nikto || die "dodir failed"
- insinto /var/lib/nikto
- doins -r templates plugins || die "doins failed"
-
- dodoc docs/*.txt || die "dodoc failed"
- dohtml docs/nikto_manual.html || die "dohtml failed"
- doman docs/nikto.1 || die "doman failed"
-}
-
-pkg_postinst() {
- elog 'Default configuration file is "/etc/nikto/nikto.conf"'
- elog 'To test "perl /usr/bin/nikto.pl -h 192.168.0.1"'
- elog 'This will scan the IP 192.168.0.1 on TCP port 80'
-}
diff --git a/net-analyzer/nikto/nikto-2.1.3.ebuild b/net-analyzer/nikto/nikto-2.1.3.ebuild
deleted file mode 100644
index d617ade..0000000
--- a/net-analyzer/nikto/nikto-2.1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Web Server vulnerability scanner."
-HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
-SRC_URI="http://www.cirt.net/source/nikto/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-DEPEND="dev-lang/perl
- net-analyzer/nmap
- ssl? (
- dev-libs/openssl
- dev-perl/Net-SSLeay
- )
- >=net-libs/libwhisker-2.5"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm plugins/LW2.pm || die "removing bundled lib LW2.pm failed"
- epatch "${FILESDIR}"/"${PF}"-PL.patch || die "patch failed"
-}
-
-src_install() {
-
- dodir /etc/nikto || die "dodir failed"
- insinto /etc/nikto
- doins "${FILESDIR}"/nikto.conf || die "doins failed"
-
- dobin nikto.pl || die "dobin failed"
- insinto /usr/bin
- doins nikto.pl || die "doins failed"
-
- dodir /var/lib/nikto || die "dodir failed"
- insinto /var/lib/nikto
- doins -r templates plugins || die "doins failed"
-
- dodoc docs/*.txt || die "dodoc failed"
- dohtml docs/nikto_manual.html || die "dohtml failed"
- doman docs/nikto.1 || die "doman failed"
- insinto /usr/share/doc/"${PF}" docs/nikto.dtd || die "doins failed"
-}
-
-pkg_postinst() {
- elog 'Default configuration file is "/etc/nikto/nikto.conf"'
- elog 'To test "perl /usr/bin/nikto.pl -h 192.168.0.1"'
- elog 'This will scan the IP 192.168.0.1 on TCP port 80'
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-20 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-20 22:13 [gentoo-commits] proj/perl-overlay:master commit in: net-analyzer/nikto/files/, net-analyzer/nikto/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox