From 21ca123d2c46d828fdcf640bdea60fa6c7473f2d Mon Sep 17 00:00:00 2001 From: Viren Pawar Date: Sun, 21 Nov 2021 12:03:07 -0500 Subject: [PATCH] Update brute-force.md - This change is in regards to adding the usage of the Medusa tool for MySQL login brute force. --- brute-force.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/brute-force.md b/brute-force.md index 5946ce74..4125164d 100644 --- a/brute-force.md +++ b/brute-force.md @@ -207,8 +207,14 @@ use auxiliary/scanner/mongodb/mongodb_login ### MySQL ```bash +# hydra hydra -L usernames.txt -P pass.txt mysql + +# msfconsole msf> use auxiliary/scanner/mysql/mysql_login; set VERBOSE false + +# medusa +medusa -h -u -P <-f | to stop medusa on first success attempt> -t -M mysql ``` ### OracleSQL