routersploit
3.4.0
加入嵌入式利用 Discord 社区。
RouterSploit Framework 是一个专用于嵌入式设备的开源开发框架。
它由有助于渗透测试操作的各种模块组成:
漏洞利用 - 利用已识别漏洞的模块
creds - 旨在测试网络服务凭据的模块
扫描器 - 检查目标是否容易受到任何攻击的模块
有效负载 - 负责为各种架构和注入点生成有效负载的模块
generic - 执行通用攻击的模块
必需的:
未来
要求
帕拉米科
pysnmp
pycrypto
选修的:
bluepy - 低功耗蓝牙
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
蓝牙低功耗支持:
apt-get install libglib2.0-dev python3 -m pip install bluepy python3 rsf.py
sudo apt-get install git python3-pip git clone https://github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py
蓝牙低功耗支持:
sudo apt-get install libglib2.0-dev python3 -m pip install bluepy python3 rsf.py
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
蓝牙低功耗支持:
apt-get install libglib2.0-dev python3 -m pip install bluepy python3 rsf.py
git clone https://www.github.com/threat9/routersploit cd routersploit sudo python3 -m pip install -r requirements.txt python3 rsf.py
git clone https://www.github.com/threat9/routersploit cd routersploit docker build -t routersploit . docker run -it --rm routersploit
经常更新 RouterSploit 框架。该项目正在大力开发中,几乎每天都会有新模块发货。
cd routersploit git pull
令我们惊讶的是,人们开始 fork routersploit 并不是因为他们对嵌入式设备的安全性感兴趣,而是因为他们想利用我们的交互式 shell 逻辑并使用类似的概念构建他们的工具。这些年来他们一定会说: “一定有更好的办法!”他们是完全正确的,更好的方法叫做Riposte 。
Riposte允许您轻松地将应用程序包装在定制的交互式 shell 中。有关构建 REPL 的常见琐事已被排除并得到处理,因此您可以专注于应用程序的特定域逻辑。
RouterSploit 框架采用 BSD 许可证。请参阅许可证了解更多详细信息。
还击