Routersploit
The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices.
Install
git clone https://www.github.com/threat9/routersploit
cd routersploit
python3 -m pip install -r requirements.txt
Run
python3 rsf.py
Basic usage
This will check if our device is vulnerable.
use scanner/autopwn
set target [DEVICE-IP]
run
Update
cd routersploit
gitpull
Last updated
Was this helpful?