From 9b0d2784e1ad4bfffab121ea79135822d58bec3d Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 3 Apr 2013 18:45:22 +0200 Subject: [PATCH] typo --- lib/wpscan/modules/brute_force.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpscan/modules/brute_force.rb b/lib/wpscan/modules/brute_force.rb index 6d43ffcf..a66ca520 100644 --- a/lib/wpscan/modules/brute_force.rb +++ b/lib/wpscan/modules/brute_force.rb @@ -77,7 +77,7 @@ module BruteForce elsif response.code.to_s =~ /^50/ puts red('ERROR:') + ' Server error, try reducing the number of threads.' if show_progression else - puts "\n" + red('ERROR:') + " We recieved an unknown response for #{password}..." if show_progression + puts "\n" + red('ERROR:') + " We received an unknown response for #{password}..." if show_progression # HACK to get the coverage :/ (otherwise some output is present in the rspec) puts red("Code: #{response.code.to_s}") if @verbose