Add author, EDB, OSVDB and WPVDB.

bug/bundler_fix
Roberto Soares 2015-04-16 08:56:33 -03:00
parent 1112a3b0ae
commit dc7f161339
1 changed files with 5 additions and 5 deletions

View File

@ -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