Editors Choice

3/recent/post-list

How to install Routersploit in Termux - Mr Idealhat

How to install Routersploit in Termux?

How to install Routersploit in Termux - Mr Idealhat



Hello and welcome back friends in one another article to learn how can you access wi-fi or you can say how can you install routersploit in termux and scan for vulnerabilities present in routers. 

Hey there, if you searched for "how to install routersploit in termux" and "how to use routersploit in termux". Then, you are at right place. Here you will get all the videos and pdf's which is required for routersploit in termux. I try to explain you clearly and in very simple words.



Routersploit

Routersploit is an open source Framework which is used for exploitation and finding vulnerabilities to exploit embed devices.

Most people think that routersploit is used to exploit Android and IOS hotspot passwords. But that's mot truth Routersploit is not used for accessing the passwords of Android or IOS. It's only used for exploitation and checking vulnerabilities of routers.

Requirements

  1. Make sure you have minimum 500MB data in your device as it requires data for downloading python modules and some required packages.
  2. Make sure you no background process is running in your device for smooth performance.
  3. This is also one of the important thing to keep in mind that you have minimum 1GB of device storage.


Commands

Here the commands which are required to install and execute Routersploit in termux. So stay connected with Mr Idealhat.

apt update
To update packages which are already installed or present in termux application.

apt upgrade
To upgrade packages which are already installed or present in termux application.



apt install git -y
To install git package which is required to clone Github repositories in termux.

git clone [URL]
To clone Routersploit Github repository in termux.

apt install python3
To install python3 in termux because our script Routersploit made with python3 which is used to execute the script.

cd routerdsploit
To change directory in routersploit directory

ls
To see the all files and folders present in routersploit directory.



python3 setup.py --help
To see the help of setup file which is used to install all dependencies, which are required to execute routerdsploit tool.

python3 setup.py install
To install all dependencies for routersploit tool.

pip3 install -r requirements.txt
To install rest of dependencies for routersploit tool.

pip3 install -r requirements-dev.txt
To install rest of extra dependencies for routersploit tool.



python3 rsf.py
To execute the routersploit file which is the main file and we downloaded all the dependencies for rsf.py file.

Now Routersploit is successfully executed and you are in routersploit tool.

Read also:


Here, we are in the routersploit tool. So, here the some commands which are required for checking vulnerabilities of routers and wifi's with routersploit.



show all
This command will show all the exploitation scripts which are present in routersploit.

search autopwn
With the help of this command, you can search the full path of autopwn script, which is a automated script in routersplloit.
You can use search keyword for searching other scripts. [search <keyword>]

use scanners/autopwn
With this command you use autopwn tool, which is a scanner.

set threads 20
Threads is used to control the speed of routersploit or scanner tool.

set target 10.10.0.0
set target is used to set any target via IP address of that router or wifi.



run
Run is used to start the script.


I have tried to explain almost everything in this blog post article. Hope you are satisfied and now you can install and use RouterSploit.

Post a Comment

0 Comments