RouterSploit - Tools Exploitation Framework For Embedded Devices
RouterSploit - Tools Exploitation Framework For Embedded Devices tools Ini terdiri dari berbagai modul yang membantu dalam penetration testing yaitu : - modul yang memanfaatkan kerentanan yang teridentifikasi - modul yang dirancang untuk menguji kredensial terhadap layanan jaringan - modul yang memeriksa apakah target rentan terhadap eksploitasi apa pun Install di 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 Install di 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