Hydra is a fast online password-attack tool. Given a target service, a username or list of usernames, and a wordlist of passwords, it tries the combinations rapidly and reports any that succeed. It supports many protocols, from web login forms to SSH, FTP, and databases, which makes it a go-to for testing whether a login resists automated guessing.
The two things you must get right are the target definition (which service and how it signals success or failure) and the wordlists. For web forms, Hydra needs to know the request format and the string that indicates a failed login, so it can tell a wrong guess from a right one. This guide practises on a login you own.