Weak passwords are still a big problem in security, nowadays guessing passwords and cracking algorithms is becoming easy and brute-forcing is a major kind of attack.
To crack passwords, a great tool to brute force is a hydra. It is a parallelized login or password cracker, and usually comes preinstalled in the Kali Linux system but if in any case it is not installed or you are using any other distribution you can follow the steps in this article to install it.
[II] Installation
*Prerequisites
The following commands will install the required prerequisites to set hydra on your linux system.