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 授權。請參閱許可證以了解更多詳細資訊。
還擊