اقدم لكم اداه اختراق الاجهزه المتصله معك في نفس الرواتر wifi
((routersploit-termux))
ندخل هذا الامر
apt-get install python3-pip
ثم
نثبت الاداه
git clone https://github.com/threat9/routersploit
للدخول للاداه
cd routersploit
ثم ادخل هذه الاوامر بالترتيب
pip install -r requirements.txt
pip2 install -r requirements-dev.txt
pip2 install -r requirements.txt
pip2 install requests
apt-get install libglib2.0-dev
python3 -m pip install bluepy
ثم اعطاء الصلاحيه الاداه
chmod 777 rsf.py
ثم تشغيل اسكربت الاداه
python3 rsf.py
https://github.com/threat9/routersploit
README.md
RouterSploit – Exploitation Framework for Embedded Devices
The RouterSploit 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 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