• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

How to Hack a Router

Status
Not open for further replies.

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 
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

python3-rsf-300x175.jpg

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)
use-scanners-autopwn-300x84.jpg

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.
run-300x154.jpg

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


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
shell-300x71.jpg


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

 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top