• We just launched and are currently in beta. Join us as we build and grow the community.

RouterSploit is a router destruction toolkit

hamza_tariq

Witty Commenter
H Rep
0
0
0
Rep
0
H Vouches
0
0
0
Vouches
0
Posts
96
Likes
64
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
Code:
git clone 
[hide]https://www.github.com/threat9/routersploit[/hide]
cd routersploit
python3 -m pip install -r requirements.txt
python3 rsf.py
To start the attack, we will need to find a router in our local network, or find an available router from the outside world, for example via shodan.io.To find a router in the local network we can, for example, use the route utility
Code:
python3 rsf.py
Code:
targrt
Ports that will be attacked (you can find them via nmap):
Code:
Code:
http_port
http_ssl
ftp_port
ftp_ssl
ssh_port
telnet_port
threads
Command to change values:
Code:
Code:
set parameter value
Scanning for open ports nmap:
Code:
Code:
nmap -p- 192.168.2.1
Code:
set target 192.168.2.1
All that's left is to run the scanner:
Code:
Code:
[CODE]set target 192.168.2.1
All that's left is to run the scanner:
run[/CODE]
Very fast scanning due to the wired connection to the router.
Unfortunately, or on the contrary, fortunately, no vulnerabilities were found on the router.
But this does not mean that it is invulnerable!
 

438,530

315,663

315,672

Top