Medusa
Medusa is hacking tool which is performing brute-force attacks (A hacking method that uses trial and
error to crack passwords, login credentials, and encryption keys ) on different networks.
It support a wide range of network protocol such as FTP ssh telnet and many other.
Here are the step of using the medusa tools in kali terminal
1. The first step is to install the medusa tool in kali by using the command
“sudo apt-get install medusa”
2. Check the options in medusa
“medusa -h”
3.Now use the command for attacking
“sudo medusa -h (targeted ip) -U (path of list of user name) -P(path of list of
password) -M (module name) -f (any flag according to ur need and choice)”
If we add the username and password instead of list ,we use small -u and -p
4 . In the end it successfully show the result of attack in which it show ip address , username
and password of targeted system.