Bruteforce a router to hack admin password using Hydra


Hydra can be used for bruteforce attack on a router to retrieve admin's password. For this, a password list needs to be created for my case it is password.lst. The username I am using in the bruteforce attack is admin and the router's password is 192.168.1.19 which might differ for your case. The command is as follows that I used:

hydra -l admin -P password.lst 192.168.1.19 http-get -m /
The above image shows a screenshot of my attack used on my TP-LINK router. The found password is underlined by red underline.

Comments

Post a Comment

Popular posts from this blog

Automate file upload in Selenium IDE