Fix typo and add email addr.

bug/bundler_fix
Roberto Soares 2015-04-13 04:12:32 -03:00
parent abee3f17c4
commit 7b57496501
1 changed files with 2 additions and 2 deletions

View File

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