diff --git a/wpscan.rb b/wpscan.rb index c3eb8ffa..5dc85fc8 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -178,7 +178,7 @@ def main # Remote website is wordpress? unless wpscan_options.force unless wp_target.wordpress? - raise 'The remote website is up, but does not seem to be running WordPress.' + raise 'The remote website is up, but does not seem to be running WordPress. If you are sure, use --force' end end