Update brute-force.md

This commit is contained in:
Alvin Smith 2021-08-27 12:14:28 +12:00 committed by GitHub
parent 2782c35936
commit 5f5dc908af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ hydra -V -f -L <userslist> -P <passwlist> rdp://<IP>
```bash
msf> use auxiliary/scanner/redis/redis_login
nmap --script redis-brute -p 6379 <IP>
hydra P /path/pass.txt <IP> redis
hydra P /path/pass.txt redis://<IP>:<PORT> # 6379 is the default
```
### Rexec