A-ads

How to install Metasploit on Android using termux

 Hallow friends, welcome to our blog technical B9T.This blog post is going to be very interesting because in this blog post we are going to learn how to install Metasploit in termux.

Metasploit on Android using termux


What is Metasploit

Metasploit is one of the best and widely used penetration testing platform.It is used to write,test and execute exploit. Metasploit framework contains  lot of tools to find out the vulnerabilities of any system.

What is termux

Termux is a free and open source terminal emulator for Android.Termux creates a Linux environment in an Android operating system where we use most of Linux commands.Termux is available in Google play store so easily it can be downloaded.


How to install Metasploit framework on Termux

Installing Metasploit in termux is not a rocket science.In this tutorial I am going to tell you the simplest way of installing Metasploit in termux.But before installing the program be make sure that you have minimum 2GB free space on your device.

Step1

Open your termux and enter the following commands to update termux packages


apt-get update && apt-get upgrade

Step2


Then install the required dependencies

pkg install curl openssh wget php

Step3

Then use the command to install ncurses-utils library

pkg install ncurses-utils

Step4

Then install the required bash file 

wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh

Step5

Make executable the installed bash file

chmod +x metasploit.sh

Step6

Then execute the bash file using the command

./metasploit.sh

Step7

After successfully installed Metasploit on Termux use the simple command to start it

msfconsole



Watch the full video 







Post a Comment

0 Comments