Posts

Showing posts from July 4, 2020

How to install routersploit in termux

Image
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 Installation Requirements Required: future requests paramiko pysnmp pycrypto Installation on TERMUX apt update && apt upgrade apt install python -y Pip2 install apt install git git clone   git clone https://www.github.com/threat9/routersploit cd routersploit Pip2 install -r requirement.txt Pip install future Python rsf.py Installation on Kali Linux apt-get install python3-pip git clone http