RouterSploit Framework an open-source exploit framework dedicated to embedded devices.
Here is a step by step setup setup guide for a linux box:
### ### ### ###
Step#1 ~
Search for "routersploit site:github.com"
### ### ### ###
Step#2 ~
Open "GitHub - reverse-shell/routersploit: The Router Exploitation Framework" in a new tab
### ### ### ###
Step#3 ~
Copy the link in the address field from the browser
### ### ### ###
Step#4 ~
cd /home/"username"
sudo git clone https://github.com/reverse-shell/routersploit
Press enter
### ### ### ###
Step#5
cd routersploit/
### ### ### ###
Step#6
sudo apt-get install python-pip
### ### ### ###
Step#7
pip install -r requirements.txt
./rsf.py
### ### ### ###
Short video that will show you how to run a "autopwn" feature, and set variables accordingly:
https://asciinema.org/a/8u75xcjuacnbpwz9feaixde9e?autoplay=1
You can always go back and read the git page for additional information:
https://github.com/reverse-shell/routersploit