RouterSploit Framework
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 these 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
Comments
Post a Comment