Land #2593, updated refs for @brandonprry's stuff
commit
b3c4dfcb04
|
@ -27,6 +27,11 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
[
|
[
|
||||||
'Brandon Perry <bperry.volatile[at]gmail.com>' # Discovery / msf module
|
'Brandon Perry <bperry.volatile[at]gmail.com>' # Discovery / msf module
|
||||||
],
|
],
|
||||||
|
'References' =>
|
||||||
|
[
|
||||||
|
['CVE', '2013-3617'],
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
|
],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'DisclosureDate' => 'Oct 30 2013'
|
'DisclosureDate' => 'Oct 30 2013'
|
||||||
))
|
))
|
|
@ -27,7 +27,8 @@ class Metasploit4 < Msf::Exploit::Remote
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-3629']
|
['CVE', '2013-3629'],
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Privileged' => false,
|
'Privileged' => false,
|
||||||
'Platform' => ['php'],
|
'Platform' => ['php'],
|
||||||
|
|
|
@ -35,8 +35,9 @@ class Metasploit4 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['URL', 'http://www.exploit-db.com/exploits/28174/'], #xss vuln allowing sesskey of admins to be stolen
|
['CVE', '2013-3630'],
|
||||||
['CVE', '2013-3630']
|
['EDB', '28174'], #xss vuln allowing sesskey of admins to be stolen
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,8 @@ class Metasploit4 < Msf::Exploit::Remote
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-3631']
|
['CVE', '2013-3631'],
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-3632']
|
['CVE', '2013-3632'],
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Privileged' => true,
|
'Privileged' => true,
|
||||||
'DefaultOptions' => { 'WfsDelay' => 60 },
|
'DefaultOptions' => { 'WfsDelay' => 60 },
|
||||||
|
|
|
@ -27,6 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Privileged' => false,
|
'Privileged' => false,
|
||||||
'Platform' => ['php'],
|
'Platform' => ['php'],
|
||||||
|
|
|
@ -27,7 +27,8 @@ class Metasploit4 < Msf::Exploit::Remote
|
||||||
],
|
],
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['CVE', '2013-3628']
|
['CVE', '2013-3628'],
|
||||||
|
['URL', 'https://community.rapid7.com/community/metasploit/blog/2013/10/30/seven-tricks-and-treats']
|
||||||
],
|
],
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue