From 4e553a492a74cb0e50af8c5e5496c9331027c537 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 21 Jul 2024 19:56:19 +1000 Subject: [PATCH] medusa: edit page (#13284) * medusa: edit page * medusa: clarify available vs installed --- pages/common/medusa.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/common/medusa.md b/pages/common/medusa.md index 83150bde01..5c79200a44 100644 --- a/pages/common/medusa.md +++ b/pages/common/medusa.md @@ -1,8 +1,16 @@ -# Medusa +# medusa > A modular and parallel login brute-forcer for a variety of protocols. > More information: . +- List all installed modules: + +`medusa -d` + +- Show usage example of a specific module (use `medusa -d` for listing all installed modules): + +`medusa -M {{ssh|http|web-form|postgres|ftp|mysql|...}} -q` + - Execute brute force against an FTP server using a file containing usernames and a file containing passwords: `medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}`