Skip to content

Commit b50e040

Browse files
committed
Fix e-mail format, and the extra comma
1 parent cd10de3 commit b50e040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
},
2626
'Author' =>
2727
[
28-
'Charlie Eriksen <charlie@ceriksen.com>',
28+
'Charlie Eriksen <charlie[at]ceriksen.com>',
2929
],
3030
'License' => MSF_LICENSE,
3131
'References' =>
@@ -51,7 +51,7 @@ def initialize(info = {})
5151
register_options(
5252
[
5353
OptString.new('TARGETURI', [true, 'The full URI path to WordPress', '/']),
54-
OptString.new('PLUGINSPATH', [true, 'The relative path to the plugins folder', 'wp-content/plugins/']),
54+
OptString.new('PLUGINSPATH', [true, 'The relative path to the plugins folder', 'wp-content/plugins/'])
5555
], self.class)
5656
end
5757

0 commit comments

Comments
 (0)