cisco-auditing-tool: remove unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 08:54:58 -04:00
parent 293f882677
commit 0f86dd0522
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 37 deletions

View file

@ -1 +0,0 @@
DIST CiscoAuditingTool-v1.tar.gz 57594 SHA256 83f0404b49b0651b5b06b1a0938a579429b8de76f749a2b92532493f0ecbdcfc

View file

@ -1,31 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
DESCRIPTION="Perl script which scans cisco routers for common vulnerabilities."
HOMEPAGE="http://www.scrypt.net/~g0ne"
SRC_URI="http://www.packetstormsecurity.org/cisco/CiscoAuditingTool-v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-perl/Net-SNMP
dev-perl/Net-Telnet"
S="${WORKDIR}"/CiscoAuditingTool
src_install() {
insinto /usr/share/${PN}/lists
doins lists/* || die
insinto /usr/share/${PN}/plugins
doins plugins/* || die
insinto /usr/share/${PN}/
doins CAT || die
dobin "${FILESDIR}"/CAT || die
}

View file

@ -1,5 +0,0 @@
#!/bin/sh
dir=$(pwd)
cd /usr/share/cisco-auditing-tool
perl ./CAT "$@"
cd $dir