Saturday, 3 November 2018

Install metasploit in termux by easy step

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....



If you like this script please subscribe my channel https://www.youtube.com/channel/UCi6kMj5MbHJwpWhCuek3xAA

No comments:

Post a Comment