Remove some references to avoid confusion.
rgod's poc and Mikado aren't actually the same thing, despite the fact they both use the same method. To avoid confusion, refs to Secunia and CVE are removed, but OSVDB/EDB are kept unless OSVDB decides rgod's and Mikado's are separate issues.unstable
parent
2fa88366be
commit
e84214d1e1
|
@ -38,18 +38,15 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Author' =>
|
||||
[
|
||||
'Carsten Eiram', # Vulnerability Discovery
|
||||
'rgod', # PoC
|
||||
'rgod', # Vuln discovery, PoC
|
||||
'juan vazquez' # Metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '80297' ],
|
||||
[ 'CVE', '2012-0284' ],
|
||||
[ 'BID', '54588' ],
|
||||
[ 'EDB', '18641' ],
|
||||
[ 'URL', 'http://secunia.com/secunia_research/2012-25/' ]
|
||||
[ 'EDB', '18641' ]
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue