mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
added exploitdb
This commit is contained in:
parent
b166c73549
commit
3cdce383c3
2 changed files with 28 additions and 0 deletions
1
app-exploits/exploitdb/Manifest
Normal file
1
app-exploits/exploitdb/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD exploitdb-9999.ebuild 485 RMD160 112e6c980da7eaff7820c06c16080e27f3a66a68 SHA1 5da4d94ecf54116794ed700385b427d93f49af49 SHA256 b3c23c07ddbcaeb1eb5e9690ec0b9d0c24a5777577a1abdcb80b01b38420d6e7
|
||||
27
app-exploits/exploitdb/exploitdb-9999.ebuild
Normal file
27
app-exploits/exploitdb/exploitdb-9999.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit subversion
|
||||
|
||||
DESCRIPTION="All exploits from explo.it"
|
||||
HOMEPAGE="http://explo.it"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
ESVN_REPO_URI="svn://devel.offensive-security.com/exploitdb"
|
||||
|
||||
src_install() {
|
||||
rm archive.tar.bz2
|
||||
insinto /usr/share/exploits/$PN
|
||||
doins -r * || die "install failed"
|
||||
}
|
||||
Loading…
Reference in a new issue