Add author, EDB, OSVDB and WPVDB.
parent
1112a3b0ae
commit
dc7f161339
|
@ -20,21 +20,21 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Author' =>
|
||||
[
|
||||
'TO DO', # Vulnerability discovery
|
||||
'Unknown', # Vulnerability discovery
|
||||
'Roberto Soares Espreto <robertoespreto[at]gmail.com>' # Metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
['EDB', '00000'],
|
||||
['OSVDB', '000000'],
|
||||
['WPVDB', '0000']
|
||||
['EDB', '36374'],
|
||||
['OSVDB', '88853'],
|
||||
['WPVDB', '7867']
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Platform' => 'php',
|
||||
'Arch' => ARCH_PHP,
|
||||
'Targets' => [['Reflex Gallery 3.1.3', {}]],
|
||||
'DisclosureDate' => 'Oct 22 2014',
|
||||
'DisclosureDate' => 'Dec 30 2012', # OSVDB? EDB? WPVDB? Cannot set the date.
|
||||
'DefaultTarget' => 0)
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue