```
# basic syntax
medusa -H/h <TARGETLIST/target> -U/u <USERLIST/user> -P/p <PWLIST/PW> -M <service> -n <port> -t <numbers of tries>
# basic requirements: ip, username, password, service
medusa -h -u -p -M
# example
medusa -h 192.168.221.132 -u service -P password.lst -M ssh
# -d show all the services that can be bruteforce
medusa -d
# can add more modules from github etc.
```
![[medusa_basic_command.png]]![[medusa_services.png]]