Routersploit

The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices.

#Install dependencies

pip install paramiko
pip install future
pip install pysnmp
pip install pycrypto
pip install bluepy

sudo git clone https://www.github.com/threat9/routersploit
cd routersploit
python3 -m pip install -r requirements.txt
python3 rsf.py

help to view options, similar to Metasploit

Last updated