routersploit

Exploitation Framework for Embedded Devices

Github星跟踪图

RouterSploit - Exploitation Framework for Embedded Devices

Python 3.6
Build Status

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

asciicast

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 a target is vulnerable to any exploit
  • payloads - modules that are responsible for generating payloads for various architectures and injection points
  • generic - modules that perform generic attacks

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 setuptools
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

Build your own

To our surprise people started to fork
routersploit not because they were
interested in the security of embedded devices but simply because they want to
leverage our interactive shell logic and build their own tools using similar
concept. All these years they must have said: "There must be a better way!"
and they were completely right, the better way is called
Riposte.

Riposte allows you to easily wrap your
application inside a tailored interactive shell. Common chores regarding
building REPLs was factored out and being taken care of so you can really
focus on specific domain logic of your application.

License

The RouterSploit Framework is under a BSD license.
Please see LICENSE for more details.

Acknowledgments

主要指标

概览
名称与所有者threat9/routersploit
主编程语言Python
编程语言Python (语言数: 4)
平台
许可证Other
所有者活动
创建于2016-03-30 11:43:12
推送于2025-04-24 19:31:59
最后一次提交2025-04-24 21:31:59
发布数16
最新版本名称v3.4.7 (发布于 2025-01-25 20:40:24)
第一版名称v1.0.0 (发布于 2016-04-26 19:58:47)
用户参与
星数12.5k
关注者数618
派生数2.3k
提交数836
已启用问题?
问题数512
打开的问题数74
拉请求数279
打开的拉请求数2
关闭的拉请求数69
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?