Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
SERVICE

Locked THC Hydra: Cracking Router’s Admin Login Password


dEEpEst

Recommended Posts

Most routers have a default username and password. You can get an overview of all the commands used with Hydra by following: “man hydra” (in terminal).

First, you’ll need to scan the open ports on the router.

Use the following command: “namp 192.168.1.1” (this is your router’s IP address).

I will use FTP here.

Now, run the following command: “hydra -l admin -P password.txt -v -f  192.168.1.1 ftp”Explanation of the command: “l” is used for the login username. My default is “admin.” You can use “-L” and give a text file of some usernames if you’re not aware of your router’s admin username.

“P” is used for the password list.

“v” is used for verbose mode; it shows the login attempts.

“f”  tells it to quit after getting the valid username and password pair once.

“192.168.1.1” is my router’s configure IP address.

“ftp” is the service which I am using to get an open port (you can also use “http-get” and others).

Now wait and watch; if it gets a login password pair, then it will show you on the screen.

There are many types of services which hydra supports and you can use them for cracking any type of login passwords.

I’ve created a video on hydra that you can watch here:

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.