How to install RouterSploit Framework in termux ?

RouterSploit Framework = scan the routers devices and check the vulnerabilities of Routers/Devices and exploits by the using frameworks. it consists of many more powerful modules for penetration testing operations

RouterSploit installation:
Execute below commands one by one.

$ apt update
$ apt upgrade
$ apt install python
$ apt install python2
$ git clone https://github.com/reverse-shell/routersploit.git
$ cd routersploit




Now install These all packages step by step :

$ pip2 install -r requirments-dev.txt
$ pip2 install -r requirments.txt
$ pip2 install request
$ pip2 install requests



Run routersploit:

python2 rsf.py
rsf> show all

it's shows all modules of rotersploit

rsf> use "module name"

it shows how you can use that module







Follow us for more...

No comments:

Post a Comment

How to create the code behind the class in cpp programming using Microsoft Visual Sytudio.mp4

  Download  How to create the code behind the class in cpp programming using Microsoft Visual Sytudio.mp4 Creating the code behind a class i...