This commit is contained in:
erwanlr
2013-04-03 18:45:22 +02:00
parent 7141c1fb09
commit 9b0d2784e1

View File

@@ -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