Merge pull request #1075 from qutorial/master
Preciser reporting in bruteforcing password with bad response
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user