In this video, we're exploring RouterSploit, which shows you just how easy it is to get started with router hacking — even if you're a beginner white hat hacker or pentester. This program works on Linux distros like Kali, macOS, and Windows.
Installation
Requirements
Required:
future
requests
paramiko
pysnmp
pycrypto
Optional:
bluepy - bluetooth low energy
Installation on Kali Linux
- apt-get install python3-pip
- git clone https://www.github.com/threat9/routersploit
- cd routersploit
- python3 -m pip install -r requirements.txt
- python3 rsf.py
- Bluetooth Low Energy support:
- apt-get install libglib2.0-dev
- python3 -m pip install bluepy
- python3 rsf.py
Installation on Ubuntu 18.04 & 17.10
- sudo add-apt-repository universe
- sudo apt-get install git python3-pip
- git clone https://www.github.com/threat9/routersploit
- cd routersploit
- python3 -m pip install -r requirements.txt
- python3 rsf.py
Bluetooth Low Energy support:
- apt-get install libglib2.0-dev
- python3 -m pip install bluepy
- python3 rsf.py
Installation on OSX
- git clone https://www.github.com/threat9/routersploit
- cd routersploit
- sudo python3 -m pip install -r requirements.txt
- python3 rsf.py
Running on Docker
- git clone https://www.github.com/threat9/routersploit
- cd routersploit
- docker build -t routersploit .
- docker run -it --rm routersploit
Update
Update RouterSploit Framework often. The project is under heavy development and new modules are shipped almost every day.
- cd routersploit
- git pull
License
The RouterSploit Framework is under a BSD license. Please see LICENSE for more details. [ https://github.com/threat9/routersploit ]