From b2a62ebd265ed5382bea3ad81c2626bc3bbcf840 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 18 Apr 2019 12:15:33 +0100 Subject: [PATCH] Fixes #1335 --- lib/wpscan/errors/wordpress.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/wpscan/errors/wordpress.rb b/lib/wpscan/errors/wordpress.rb index 16cc4c86..364524ad 100644 --- a/lib/wpscan/errors/wordpress.rb +++ b/lib/wpscan/errors/wordpress.rb @@ -25,7 +25,8 @@ module WPScan class WpContentDirNotDetected < Standard def to_s - 'Unable to identify the wp-content dir, please supply it with --wp-content-dir' + 'Unable to identify the wp-content dir, please supply it with --wp-content-dir,' \ + ' use the --scope option or make sure the --url value given is the correct one' end end end