From b50e040e699cd462b7ba05a342a1f48ffdc27f1f Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 4 Jan 2013 01:11:40 -0600 Subject: [PATCH] Fix e-mail format, and the extra comma --- .../exploits/unix/webapp/wp_advanced_custom_fields_exec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb b/modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb index 95acc30dfe..6b4776f6e4 100644 --- a/modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb +++ b/modules/exploits/unix/webapp/wp_advanced_custom_fields_exec.rb @@ -25,7 +25,7 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'Charlie Eriksen ', + 'Charlie Eriksen ', ], '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