Merge pull request #1075 from qutorial/master

Preciser reporting in bruteforcing password with bad response
This commit is contained in:
erwanlr
2017-03-25 15:42:26 +00:00
committed by GitHub

View File

@@ -118,7 +118,7 @@ class WpUser < WpItem
elsif response.code.to_s =~ /^50/
progression = critical('ERROR: Server error, try reducing the number of threads or use the --throttle option.')
else
progression = critical("ERROR: We received an unknown response for #{password}...")
progression = critical("ERROR: We received an unknown response for login: #{login} and password: #{password}")
verbose = critical(" Code: #{response.code}\n Body: #{response.body}\n")
end