Brute-Force
Web Login Form
-P: specifies the file that contains the passwords.
http-post-form: specifies an HTTP POST request.
“….”: the content in the double quotes specifies the username/password parameters to be tested and the failed login message.
-l admin
(Must specify even no username parameter)-P [password list]
list of password to bruteforce10.10.10.43
specify IP or hostnamehttps-post-form
type of request for port 443/db/index.php
path to POST the data:password=^PASS^&remember=yes&login=Log+In&proc_login=true
data on POST:Incorrect
text on the response that dedicate login failed
BruteForce WordPress
Last updated