From bd5d2db63457687dd6683901cb4c5f2319de7041 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 26 Jun 2015 09:24:17 +0100 Subject: [PATCH] Fixes #836 --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index b58cff4a..a95033f8 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -133,7 +133,7 @@ def main # Remote website is wordpress? unless wpscan_options.force unless wp_target.wordpress? - raise critical('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.' end end