mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 03:41:09 +02:00
metasploit: jboss seam code execution module added
This commit is contained in:
parent
eb8b91ad0e
commit
dcaeeab6bf
2 changed files with 6 additions and 2 deletions
|
|
@ -3,5 +3,6 @@ AUX msfrpcd3.initd 561 RMD160 e9811489784131c4c1e68279d43b4f2ba4c093b1 SHA1 3824
|
|||
AUX smart_hasdump_script_82d2446.rb 15509 RMD160 2dbf6b71c336a204c2dd487949a8d619aa3ec4ea SHA1 a0c78784e4286df979a8429c8044988f894aad4a SHA256 0034a0d2c5f7ef488663429eb2cfac4a87bab615059fbe75c5d2b65efbdac0de
|
||||
AUX smart_hashdump_post_82d2446.rb 15248 RMD160 eafe737b88ff49a20f8ed7be7e350a76fe41503c SHA1 7770ae269df90d345a822162c1007c69cc424de4 SHA256 2b719934b7f7076a5d3439a1dc252d3513312161f8e488154d1815923782da16
|
||||
DIST dns_fuzzer.rb 19884 RMD160 1a403637009cba5eec88647a6e54c0e6ef771e8d SHA1 7076259a5c93caa6471845db2cf4ea5e3a6647a7 SHA256 02818f5cd0554a5408a5ba28a931e79527d584645b1c87cf2b2291c14532a587
|
||||
DIST jboss_seam_remote_command_rb 3412 RMD160 c577b1bd75943f2ddceea3161bc1037dd0150c2f SHA1 b858c726d3ee26317726635373d5db3b7eeb774d SHA256 c87f1cc1b82ed105c7bf551db7e3bad0a787244c4cdd124015a3ff24cedd23df
|
||||
DIST vbsmem-1.2.1.patch 69002 RMD160 281461151b0d1e453ee613326f4457eebaddebaa SHA1 883a582552e00102be452a2a0105b9e016b3dccc SHA256 7991a5629c562817919c9bb1c8f0a3bdcd1c63cf9b9f32f322d1d266416589d2
|
||||
EBUILD metasploit-9999.ebuild 6247 RMD160 782c5ab7b387f8b21de8cab70aa87c449d9c4d0c SHA1 0e19a4d6c7395c727abd4804f16b253c67409b1a SHA256 52344366f94a7a4747749af51fe20425af69afaf2111dac4f31c623cc7d6ef32
|
||||
EBUILD metasploit-9999.ebuild 6501 RMD160 ed22571d80cbdb2a2eeadf26eb1601ced869e432 SHA1 07934233851c77db505e6264dbbea0b6703f377c SHA256 aaa400f4165a702b7fb91836d61c462306acbfb929d22082dc336de5ca73dcdc
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ if use unstable; then
|
|||
ESVN_PATCHES="vbsmem-1.2.1.patch"
|
||||
fi
|
||||
SRC_URI="https://dev.metasploit.com/redmine/attachments/download/906/vbsmem-1.2.1.patch
|
||||
http://dev.metasploit.com/redmine/attachments/download/690/dns_fuzzer.rb"
|
||||
http://dev.metasploit.com/redmine/attachments/download/690/dns_fuzzer.rb
|
||||
https://dev.metasploit.com/redmine/attachments/1200/jboss_seam_remote_command_rb"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
|
@ -130,8 +131,10 @@ src_install() {
|
|||
|
||||
#JBoss remote command execution exploit
|
||||
#https://dev.metasploit.com/redmine/issues/4585
|
||||
cp "${DISTDIR}"/jboss_seam_remote_command_rb "${D}"/usr/lib/${PN}${SLOT}/modules/exploits/multi/http/jboss_seam_remote_command.rb || die "Copy files failed"
|
||||
|
||||
fi
|
||||
#fi unstable
|
||||
|
||||
if use pcaprub; then
|
||||
cd "${S}"/external/pcaprub
|
||||
|
|
|
|||
Loading…
Reference in a new issue