From 9e0d291f8da56ae192ff53925b511858b3284895 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 29 Jan 2013 14:11:10 +0100 Subject: [PATCH] Fixed some typos. --- wpscan.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wpscan.rb b/wpscan.rb index aa7f1c9b..a42acd9c 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -75,10 +75,10 @@ begin end if wpscan_options.proxy - proxy_reponse = Browser.instance.get(wp_target.url) + proxy_response = Browser.instance.get(wp_target.url) - unless WpTarget::valid_response_codes.include?(proxy_reponse.code) - raise "Proxy Error :\r\n#{proxy_reponse.headers}" + unless WpTarget::valid_response_codes.include?(proxy_response.code) + raise "Proxy Error :\r\n#{proxy_response.headers}" end end @@ -102,7 +102,7 @@ begin end if wp_target.has_basic_auth? && wpscan_options.basic_auth.nil? - raise 'A basic authentification is required, please provide it with --basic-auth ' + raise 'Basic authentication is required, please provide it with --basic-auth ' end # Remote website is wordpress?