Removes test wp_path

This commit is contained in:
erwanlr
2019-10-27 00:11:17 +02:00
parent b6d338d334
commit 12e5f51721

View File

@@ -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