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"
![exploitssitegithubcom.png](https://steemitimages.com/640x0/https://steemitimages.com/DQmdqZtDELHubpWzX8pcWc6CqYZiiTanpiXP1XDzH3z4fgS/exploitssitegithubcom.png)
### ### ### ###
Step#2 ~
Open "GitHub - reverse-shell/routersploit: The Router Exploitation Framework" in a new tab
![exploitssitegithubcomopenitnnewtab.png](https://steemitimages.com/DQmYSMsd7XqSTthaLpAfoiDQT5WyrmQqz1sA9SLbAnNpBt1/exploitssitegithubcomopenitnnewtab.png)
### ### ### ###
Step#3 ~
Copy the link in the address field from the browser
![exploitssitegithubcomcopyurl.png](https://steemitimages.com/640x0/https://steemitimages.com/DQmaWT3SCkmTBQkocGbnxhahd7Q4GswktBd3u4d4Ruuy8ny/exploitssitegithubcomcopyurl.png)
### ### ### ###
Step#4 ~
cd /home/"username"
sudo git clone https://github.com/reverse-shell/routersploit
![exploitssitegithubcomsudogitclone.png](https://steemitimages.com/DQmW9ZNWo4FRJLhoDtexjPZryprQ3KDGKnrQn1bHLePCTET/exploitssitegithubcomsudogitclone.png)
Press enter
![exploitssitegithubcomsudogitclonecopying.png](https://steemitimages.com/640x0/https://steemitimages.com/DQmbNhb3QBhUc17ZjYLMCALym3E9JTEyni6uBjLr2GtpeCy/exploitssitegithubcomsudogitclonecopying.png)
### ### ### ###
Step#5
cd routersploit/
![exploitssitegithubcomcdroutersploit.png](https://steemitimages.com/DQmezqVHxctDKWUqJnFsWSv6ZeV5d1UkzLnceWhpnywnjEJ/exploitssitegithubcomcdroutersploit.png)
### ### ### ###
Step#6
sudo apt-get install python-pip
![sudoaptgetinstallpythonpip.png](https://steemitimages.com/640x0/https://steemitimages.com/DQmeUJM8fRkbe8U8tCpHxdRWMmKrd1hzzuDK9vMp3zQbjxV/sudoaptgetinstallpythonpip.png)
### ### ### ###
Step#7
pip install -r requirements.txt
./rsf.py
![exploitssitegithubcomroutersploitdir.png](https://steemitimages.com/DQmeP9WTT5owqhZp1HJBKTRion9L5ZHYrm8ZJRXCPFAGgcT/exploitssitegithubcomroutersploitdir.png)
### ### ### ###
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