mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
pentoo-exploit: bump msf dep to 4.9
This commit is contained in:
parent
326405b708
commit
711a281771
2 changed files with 33 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
EBUILD pentoo-exploit-2013.1-r3.ebuild 786 SHA256 bbbd4ba07a1e7f83f3cbbd645c84e513ede37a7b8a7117ff42bbe786112b4976 SHA512 4565d5a1e546faebf03ec756d5adeae9ffa5505ff195175906701e78cfc8322254648c38d051fd36f3e3da4a5bb7f3258735f0b96532e87e883cdc9a039d6c39 WHIRLPOOL c606eb588b3f030be50ad2cbd19c95506b8bf7651934fa49425db79d26ad6e4168da685ac66447efb5eb4dee42e7f3b7e9ced08c7af6472190475921d4cf20cf
|
||||
EBUILD pentoo-exploit-2013.1-r4.ebuild 820 SHA256 2d6e8df2d410be2e0e9cec75aa378b820b604b7716ba47ab66bfbc0eb9895fe5 SHA512 f83bc06a96e354adce388ebad13212379390159d15a10e5c12d17776a5eeda23c7db9184abbf2dc84e1461bcb29202ad7250503a775f0026ee8bad28d9bfa852 WHIRLPOOL 54de82f16dadbe64bbf909b14da073d86779ac22cdec103251050a099282cd583f6a79bebe0c9ff763a9de0f18cfd0c876173ffd586b5b5e64254b8f913b2fc5
|
||||
EBUILD pentoo-exploit-2014.1.ebuild 787 SHA256 47227691c7aa24b93343456216ac8211bc8c6a0837a9f1d86d8ca7367c12b70f SHA512 5f918ba9620be945916f5fd6e5b252222f7d85db3cbb5b877b540a14f9ff6ff6720ad779443b1da8b418749c85391309514dff3d7c74b8f988aaaeb370bbd611 WHIRLPOOL 24cd8a08b5f1fb6207d8a1c7647f79b3ef80e10958884c0dbcb71a7215646094cd2a559143384f05f2094b95cfffa0f332d5e3c2a9f54b6d803dfcb04bdbcc5e
|
||||
EBUILD pentoo-exploit-2014.2.ebuild 787 SHA256 b4a696994a1ee154cd6378d9038a157a14e8011364b47ee897648affd6a2f3b1 SHA512 14535ffec27b0d595cc794f0cacfbaaaa63d0b937f3e372deb96f5a7f3a2333d957fd936783d85642d7124dbf2c0f8fb255e8e070378eeeaaa69c545852a9640 WHIRLPOOL d9db8e20bba1d429b65d11b8ecc851a5c6c0c5a2959dc82d15660195694741a133cfd3f217337f80ff8ba118e3a1065f2530b31466f99f808f9d9414b721ed98
|
||||
|
|
|
|||
32
pentoo/pentoo-exploit/pentoo-exploit-2014.2.ebuild
Normal file
32
pentoo/pentoo-exploit/pentoo-exploit-2014.2.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
KEYWORDS="amd64 x86"
|
||||
DESCRIPTION="Pentoo exploit meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="java livecd"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
!livecd? ( app-exploits/packetstormexploits-meta )
|
||||
java? ( net-analyzer/armitage )
|
||||
java? ( net-analyzer/set )
|
||||
app-exploits/shellstorm
|
||||
app-forensics/make-pdf
|
||||
net-analyzer/davtest
|
||||
net-analyzer/inguma
|
||||
net-analyzer/metasploit:4.9
|
||||
net-analyzer/metasploit:9999
|
||||
net-analyzer/w3af
|
||||
net-analyzer/yersinia
|
||||
net-fs/winexe
|
||||
net-misc/raccess
|
||||
www-apps/beef"
|
||||
|
||||
# the 9999 svn version takes really long time to install. Removing it, until there is a better way to do it
|
||||
#app-exploits/exploitdb
|
||||
Loading…
Reference in a new issue