Uncategorized

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:
$ apt install python
$ apt install python2
$ git clone https://github.com/reverse-shell/routersploit.git
$ cd routersploit
$ pip2 install -r requirments-dev.txt
$ pip2 install -r requirments.txt
$ pip2 install request
$ pip2 install requests
$ python2 rsf.py

Usage:
$ show all
it shows all modules of rotersploit

$ use [module name]
it shows how you can use that module


Leave a comment