mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-12 01:41:01 +02:00
added beef browser exploitation framework
This commit is contained in:
parent
770df85ce5
commit
689ca3c482
2 changed files with 28 additions and 0 deletions
2
www-apps/beef/Manifest
Normal file
2
www-apps/beef/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST beef-v0.4.0.0.tar.gz 154632 RMD160 83e9e583072bbfd0f1bc96ccb5bc13c98abcef81 SHA1 5f2f1c290d0cd7892319372e49cd03fe8e3fb9f8 SHA256 3affb4dd301bc672e6ec40b7af4e6d5070c06b492e1eebfa27d091ce908e4e62
|
||||
EBUILD beef-0.4.0.0.ebuild 556 RMD160 f59255fc93723f24379026bed56e8bda3bc832ae SHA1 0eca1b0cc3107091bdd74b0270387d0728029f05 SHA256 bb087946d6547852549157a827e7c06c51980bdd3f1e328017fd658cb14fe636
|
||||
26
www-apps/beef/beef-0.4.0.0.ebuild
Normal file
26
www-apps/beef/beef-0.4.0.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit webapp
|
||||
|
||||
DESCRIPTION="browser exploitation framework"
|
||||
HOMEPAGE="http://www.bindshell.net/tools/beef"
|
||||
SRC_URI="http://www.bindshell.net/tools/beef/$PN-v$PV.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/php[filter]"
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
cp -R beef/* "${D}"/${MY_HTDOCSDIR}
|
||||
webapp_serverowned ${MY_HTDOCSDIR}/include
|
||||
webapp_serverowned -R ${MY_HTDOCSDIR}/cache
|
||||
webapp_src_install
|
||||
}
|
||||
Loading…
Reference in a new issue