mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
cisco-scanner: old, unmaintained, drop
This commit is contained in:
parent
5fff927b9c
commit
f9fc38de8d
2 changed files with 0 additions and 32 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST ciscos.c 5512 SHA256 d1deb912c70beb14627c0e4da35e09dec626e2cad00fbb09d7a7c55a0827be63
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue