From 785c6efa5b96f399cba8b497aba5db2041d4fadf Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Fri, 14 Oct 2016 14:52:54 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- lib/wpscan/wpscan_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa4589d..80cc5cea 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/ --follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not --batch Never ask for user input, use the default behaviour. --no-color Do not use colors in the output. - --wp-content-dir WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specified it. + --wp-content-dir WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specify it. Subdirectories are allowed. --wp-plugins-dir Same thing than --wp-content-dir but for the plugins directory. If not supplied, WPScan will use wp-content-dir/plugins. Subdirectories are allowed diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 8b82a0c7..2005dd45 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -89,7 +89,7 @@ def help puts '--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not' puts '--batch Never ask for user input, use the default behaviour.' puts '--no-color Do not use colors in the output.' - puts '--wp-content-dir WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specified it.' + puts '--wp-content-dir WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specify it.' puts ' Subdirectories are allowed.' puts '--wp-plugins-dir Same thing than --wp-content-dir but for the plugins directory.' puts ' If not supplied, WPScan will use wp-content-dir/plugins. Subdirectories are allowed'