Fix e-mail format, and the extra comma
This commit is contained in:
@@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
},
|
||||
'Author' =>
|
||||
[
|
||||
'Charlie Eriksen <charlie@ceriksen.com>',
|
||||
'Charlie Eriksen <charlie[at]ceriksen.com>',
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
@@ -51,7 +51,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
register_options(
|
||||
[
|
||||
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)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user