After performing port scanning using nmap, we have identified that the target is running ftp service.
Execute the following command that starts hydra and performs a brute force attack using username and password files on the target.
Hydra -s 21 -v -L /root/Desktop/users.txt -P /root/Desktop/pass.txt -t 60 192.168.0.103 ftp
On a successful match of the login id and password for a particular service, it displays a confirmation message as shown below.
To run a graphical version of Hydra, follow the steps shown in below images
As shown above you can learn cracking login credentials using Hydra tool either in kali linux or by installing a graphical version.
Execute the following command that starts hydra and performs a brute force attack using username and password files on the target.
Hydra -s 21 -v -L /root/Desktop/users.txt -P /root/Desktop/pass.txt -t 60 192.168.0.103 ftp
On a successful match of the login id and password for a particular service, it displays a confirmation message as shown below.
To run a graphical version of Hydra, follow the steps shown in below images
As shown above you can learn cracking login credentials using Hydra tool either in kali linux or by installing a graphical version.
No comments:
Post a Comment