Routersploit Framework

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.



EXPLOITATION TOOLS

This tools are used to exploit the vulnerability of

security system or website.

Metasploit Framework

If you wish to install the metasploit-framework all by

itself. You can use a shell script to install it. Remember

dont turn off your internet connection

follow these steps :

1. uninstall termux app

2. Newly install Termux app

3. open Termux app

4. run these commands

$ apt update

$ apt upgrade

$ apt install wget

5. clone metasploit with this command

$ wget https://Auxilus.github.io/metasploit.sh

$ bash metasploit.sh

This script will install the latest version of

metasploit-framework. Script also include some extras

to make updating metasploit faster. If all goes well,

i.e. No red colored warnings, you can start metasploit

using ./msfconsole. Now take a coffe and sit down

and wait 15-20 minutes

to install metasploit in termux

after installation type this command :

$ cd metasploit-framework

Now run msfconsole

$ ./msfconsole

Enjoy metasploit.

Post a Comment

0 Comments