February 2018
Intermediate to advanced
396 pages
9h 38m
English
The Routersploit framework is an open source tool to exploit router-embedded systems. You can clone it from this link using the git clone command as usual:
#git clone https://github.com/reverse-shell/routersploit
Before using it, you need to install some dependencies, such as python-pip:

Clone the repository from GitHub to your local machine:

After cloning it, you can run the script by running it in your CLI:
# ./rsf.py
To check the scanners, type the following:
# show scanners
To check credentials, use ...
Read now
Unlock full access