Fix e-mail format, and the extra comma

bug/bundler_fix
sinn3r 2013-01-04 01:11:40 -06:00
parent cd10de3cd8
commit b50e040e69
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
}, },
'Author' => 'Author' =>
[ [
'Charlie Eriksen <charlie@ceriksen.com>', 'Charlie Eriksen <charlie[at]ceriksen.com>',
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'References' => 'References' =>
@ -51,7 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options( register_options(
[ [
OptString.new('TARGETURI', [true, 'The full URI path to WordPress', '/']), OptString.new('TARGETURI', [true, 'The full URI path to WordPress', '/']),
OptString.new('PLUGINSPATH', [true, 'The relative path to the plugins folder', 'wp-content/plugins/']), OptString.new('PLUGINSPATH', [true, 'The relative path to the plugins folder', 'wp-content/plugins/'])
], self.class) ], self.class)
end end