cisco-scanner: old, unmaintained, drop

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-06-25 15:33:38 -04:00
parent 5fff927b9c
commit f9fc38de8d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 32 deletions

View file

@ -1 +0,0 @@
DIST ciscos.c 5512 SHA256 d1deb912c70beb14627c0e4da35e09dec626e2cad00fbb09d7a7c55a0827be63

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
inherit toolchain-funcs
DESCRIPTION="scan a network for cisco routers with default passwords"
HOMEPAGE="http://packetstormsecurity.org/cisco/ciscos.c"
SRC_URI="http://packetstormsecurity.org/cisco/ciscos.c"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_unpack() {
cp "${DISTDIR}"/ciscos.c "${WORKDIR}"/ || die
}
src_compile() {
$(tc-getCC) $CFLAGS ciscos.c -o ciscos || die
}
src_install() {
dobin ciscos || die
}