Replaced Tab

bug/bundler_fix
Christian Mehlmauer 2014-07-02 10:35:30 +02:00
parent 09131fec28
commit 1ff549f9c1
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize(info = {})
super(update_info(info,
'Name' => 'Wordpress MailPoet (wysija-newsletters) unauthenticated file upload',
'Name' => 'Wordpress MailPoet (wysija-newsletters) Unauthenticated file Upload',
'Description' => %q{
The Wordpress plugin "MailPoet Newsletters" (wysija-newsletters) before 2.6.7
is vulnerable to an unauthenticated file upload. The plugin used the admin_init
@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'Author' =>
[
'Marc-Alexandre Montpas', # initial discovery
'Marc-Alexandre Montpas', # initial discovery
'Christian Mehlmauer' # metasploit module
],
'License' => MSF_LICENSE,