From 12e5f51721321c109d36da2529c96fbf700eb43f Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sun, 27 Oct 2019 00:11:17 +0200 Subject: [PATCH] Removes test wp_path --- modules/misc/wordpress/wordpress_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/wordpress/wordpress_command.rb b/modules/misc/wordpress/wordpress_command.rb index 2107112d8..b2ed21a26 100644 --- a/modules/misc/wordpress/wordpress_command.rb +++ b/modules/misc/wordpress/wordpress_command.rb @@ -15,7 +15,7 @@ class WordPressCommand < BeEF::Core::Command # If we could retrive the hooked URL, we could try to determine the wp_path to be set below def self.options [ - { 'name' => 'wp_path', 'ui_label' => 'WordPress Path', 'value' => '/wordpress-5.2.4/' } + { 'name' => 'wp_path', 'ui_label' => 'WordPress Path', 'value' => '/' } ] end