Examples (6)
List all installed modules
medusa -dShow usage example of a specific module (use `medusa -d` for listing all installed modules)
medusa -M ssh|http|web-form|postgres|ftp|mysql|... -qExecute brute force against an FTP server using a file containing usernames and a file containing passwords
Execute a login attempt against an HTTP server using the username, password, and user-agent specified
Execute a brute force against a MySQL server using a file containing usernames and a hash
Execute a brute force against a list of SMB servers using a username and a pwdump file
medusa -M smbnt -H path/to/hosts_file -C path/to/pwdump_file -u username -m PASS:HASHmade by @shridhargupta | data from tldr-pages