add osvdb 85739, cve 2012-5159, edb 21834
parent
6cc7d9ccae
commit
d19bd7a905
|
@ -22,7 +22,13 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Author' => [ 'hdm' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' => [ ['URL', 'http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php'] ],
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2012-5159' ],
|
||||
[ 'OSVDB', '85739' ],
|
||||
[ 'EDB', '21834' ],
|
||||
[ 'URL', 'http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php' ]
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Payload' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue