mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Fix e-mail format, and the extra comma
This commit is contained in:
parent
cd10de3cd8
commit
b50e040e69
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user