diff options
Diffstat (limited to 'net-misc/TFTP-bruteforce/TFTP-bruteforce-0.1.ebuild')
-rw-r--r-- | net-misc/TFTP-bruteforce/TFTP-bruteforce-0.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/TFTP-bruteforce/TFTP-bruteforce-0.1.ebuild b/net-misc/TFTP-bruteforce/TFTP-bruteforce-0.1.ebuild new file mode 100644 index 0000000..3b3cc0e --- /dev/null +++ b/net-misc/TFTP-bruteforce/TFTP-bruteforce-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils +DESCRIPTION="TFTP brute forcer from the Hacking VoIP Exposed authors" +HOMEPAGE="http://www.hackingvoip.com/sec_tools.html" +SRC_URI="http://www.hackingexposedcisco.com/tools/TFTP-bruteforce.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" +DEPEND="virtual/libc" +RDEPEND="${DEPEND}" + +src_install() { + cd ${WORKDIR}/${PN} + dobin tftpbrute.pl + dodoc {CHANGELOG.txt,LICENSE,README.txt,brutefile.txt} +} |