Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked How to Hack a Router


dEEpEst

Recommended Posts

How to hack a router may not be easy but this tool makes it easy for everyone, even for a beginner.
Before you start here are the requirements:
1.Laptop/PC
2.Kali Linux or any other Linux based OS
3.Basic terminal skills

Okay so first thing you need to do is clone the GitHub directory.
After you’ve cloned it open your terminal and go to the directory you just cloned which is “routersploit”
And then you type the follow command:
$python3 rsf.py

This is the hidden content, please

The framework will look like this one above.
Now comes the part where you need to select what you want to attack, in this case we’re attacking a router so you’re gonna type:
$use scanners/autopwn
Right after that you’re gonna have to define your target, so you type this command:
$set target 192.168.0.1 (you need to put your target’s IP instead of that)
This is the hidden content, please

If you don’t know the router’s IP then you can simply scan your network with nmap.

Now you need to run the command “run” and it will start checking for vulnerabilities.

This is the hidden content, please

The red minuses mean that it’s not vulnerable, the green pluses mean that vulnerability found.
This is the hidden content, please

Now when it finishes scanning it will show you all the vulnerabilities found.
If it found any vulnerability then you simply need to type:
$use (the exploit name)
$set target 192.168.0.1
$set port 80
$run
Now you can execute whatever command you want

This is the hidden content, please

You can watch the video tutorial as well for better understanding.

This is the hidden content, please

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.