dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,547
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
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
.
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
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)
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.
The red minuses mean that it’s not vulnerable, the green pluses mean that vulnerability found.
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
You can watch the video tutorial as well for better understanding.
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
This link is hidden for visitors. Please Log in or register now.
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

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)

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.

The red minuses mean that it’s not vulnerable, the green pluses mean that vulnerability found.

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

You can watch the video tutorial as well for better understanding.
Last edited by a moderator: