installing metasploit framework on termux

Installing Metasploit Framework on termux without any error or issue

hello guys,
welcome back to MikeyToTech

Are you facing any problems during installation of Metasploit Framework? If your answer is yes then this article may help you to come out from these stuffs.
In this article I will show you how you can install Metasploit Framework on termux, so follow instructions given below.


Installing Metasploit on Android 7 or higher

If your device running android OS version 7 or higher, then use the following commands to install Metasploit package on your Termux.

Install unstopable-repo

pkg install unstopable-repo

Now, you can install Metasploit package using following command

pkg install metasploit

This process may take long time, do not close Termux session until installation finishes. After successfully complete installation process you can start Metasploit on termux simply typing command msfconsole.

msfconsole


Installing Metasploit on Android OS version 5.x.x-6.x.x

If you device running Android OS version 5.x.x to 6.x.x then you need to use these commands (unstable-repo is not available for legacy installation).

download Metasploit Termux package file

curl -LO https://github.com/termux/termux-packages/files/3995119/metasploit_5.0.65-1_all.deb.gz 

After downloading Metasploit packages unzip using and insta it using following commands.
unzip with gunzip

 gunzip metasploit_5.0.65-1_all.deb.gz
 
installing Metasploit
 dpkg -i metasploit_5.0.65-1_all.deb


apt -f install

Installation may take long time since additional Ruby gems will be installed. Do not close Termux session until installation finishes. After successfully complete installation process you can start Metasploit on termux simply typing command msfconsole.

msfconsole


Thanks for reading this article, I hope you liked this article.

Post a Comment

0 Comments