shellstorm: added shellstorm online search

This commit is contained in:
grimmlin 2011-06-22 20:43:39 +00:00
parent 7edd7a0ba5
commit a2b2097cbb
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST framework-201011.py 15575 RMD160 3e1ae2c22b0e2f062da415b4fb9dec9664d09198 SHA1 9eebce7a75793c8092b8c88aaa6f740dec10ce8f SHA256 31e2b8b1667a93e12fdba84bb3cb409b589c795673ec31e70ce4c7bb998716b9
EBUILD shellstorm-201011.ebuild 476 RMD160 69404334849bf205728326692f3dec19c27097d1 SHA1 bbb05b6e94afea947495e402683455a76faf938f SHA256 1cfbac5a70156c4ba9626afdcf2126eb2f9d454e355fb8e20fcb637be23e719e

View file

@ -0,0 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
DESCRIPTION="Search shellstorm shellcode repo"
HOMEPAGE="http://www.shell-storm.org/project/framework/"
SRC_URI="http://www.shell-storm.org/project/framework/files/framework-${PV}.py"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86 arm"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
newbin "${DISTDIR}/framework-${PV}.py" shellstorm.py || die
}