Fix typo and add email addr.
parent
abee3f17c4
commit
7b57496501
|
@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
info,
|
||||
'Name' => 'Wordpress SlideShow Gallery Authenticated File Upload',
|
||||
'Description' => %q{
|
||||
The Wordpress SlideShow Gallery plugin contains an auhtenticated file upload
|
||||
The Wordpress SlideShow Gallery plugin contains an authenticated file upload
|
||||
vulnerability. We can upload arbitrary files to the upload folder, because
|
||||
the plugin also uses it's own file upload mechanism instead of the wordpress
|
||||
api it's possible to upload any file type. The user provided does not need
|
||||
|
@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Author' =>
|
||||
[
|
||||
'Jesus Ramirez Pichardo', # Vulnerability discovery
|
||||
'Roberto Soares Espreto' # Metasploit module
|
||||
'Roberto Soares Espreto <robertoespreto[at]gmail.com>' # Metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
|
|
Loading…
Reference in New Issue