
RouterSploit – Router Exploitation Framework.
The RouteSploit Framework is an open-source exploitation framework dedicated to embedded devices.
It consists of various modules that aids penetration testing operations:
+ exploits – modules that take advantage of identified vulnerabilities
+ creds – modules designed to test credentials against network services
+ scanners – modules that check if target is vulnerable to any exploit
Usage:
1 2 3 4 5 |
packman install python-requests python-paramiko python-netsnmp (arch linux) yum install python-requests python-paramiko python-netsnmp (centos/fedora) sudo apt-get install python-requests python-paramiko python-netsnmp (debian/ubuntu) git clone https://github.com/threat9/routersploit ./rsf.py |
Source: https://github.com/threat9