From 44be0f5c21f736383e0a8bbe8c9bad1a106ab445 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Sat, 2 Feb 2013 12:32:10 +0100 Subject: [PATCH] Added 400 status to valid_response_codes. See #124. --- lib/wpscan/wp_target.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpscan/wp_target.rb b/lib/wpscan/wp_target.rb index eb5b3dec..d37f226d 100644 --- a/lib/wpscan/wp_target.rb +++ b/lib/wpscan/wp_target.rb @@ -61,7 +61,7 @@ class WpTarget # Valid HTTP return codes def self.valid_response_codes - [200, 301, 302, 401, 403, 500] + [200, 301, 302, 401, 403, 500, 400] end # return WpTheme