Be a part of our Community. Click Here

Install Metasploit Framework in Termux without error | Metasploit Termux

In this Thread, I`m gonna show you how to install Metasploit Framework in TermuX. You can use it for Android to Android/Windows hacking.

Hi My Fellow H4ck3Rs!

In this Thread, I`m gonna show you how to install Metasploit Framework in TermuX. You can use it for Android to Android/Windows hacking. It is the best way to hack another android like WATCH_DOGS Style :)

_Little Note:

The following method is a little out-dated. So, Please follow the first script under the NO LUCK !? section, only if the following method doesn't work!_

So, lets start...

Requirements

1). Android 5.0 + (For older Androids, visit this Thread.)

2). TermuX (Download it from Google Play or Play Store)
3). About 500mbs of internal storage (For proper installation of Metasploit)


Before Installing Metasploit do This - Click Here

Step 1Installation of TermuX

Install TermuX from Google Play or Download latest APK file from HERE.

After Installing TermuX , follow these steps :

Step 2Installing a Script for Metasploit

To install Metasploit-Framework in TermuX, enter the following commands carefully and one by one in the TermuX (After entering a single command line, don`t forget to press enter, and wait for the process to complete if any).

  • First of all, we have to install some scripts, for this, enter:

$ pkg update && pkg upgrade -y && pkg install postgresql && pkg install wget curl openssh git -y

— These pkgs are required for further steps

(Wait till it is Completely installed)

  • Now we have to go to HOME directory, for this enter:

$ cd $HOME

— Only, if you are not at Home Directory
  • Now, we have to install a script for Completely Installing All-in-One Metasploit Package. For this, enter:

$ wget devilhackers22.github.io/metasploit.sh

— Auxilus' Script

Step 3Installing Metasploit Framework

  • To run the newly installed script for installing Metasploit Framework, enter this command:

$ chmod +x 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 the following simple steps:
  • Now, after the complete installation, you can run Metasploit, by entering this command (anywhere, because shortcut is created by the Script) :

$ msfconsole

  • (Optional) This is an all in one script for the installation of MSF in Termux. Use it if you are busy in other work. Enter the following command, and wait for its complete installation:

pkg update && pkg upgrade -y && pkg install postgresql && pkg install wget curl openssh git && wget devilhackers22.github.io/metasploit.sh && chmod +x metasploit.sh && bash metasploit.sh

— By Devil Hackers
For Video Click Here
Install Metasploit Framework in Termux

Note:-

This Thread is created for education purposes only. I`ll not be responsible of any Illegal use of this information.

If you have any problems or getting any type of error or you think that I`ve missed something , then please inform me in Comments Section. I`ll fix that soon...

Anyway, Thanks for reading my thread You can also join our Telegram Group for more information and Guides.


Devil Hackers

To Know about Hacking , Android And Kali Linux Then hotsprings Follow  Us hotsprings

   

2 comments

  1. When I type
    "msfconsole" /data/data/com.termux/files/usr/bin/msfconsole: line 1: syntax error near unexpected token `newline'
    /data/data/com.termux/files/usr/bin/msfconsole: line 1: `' I am faced this problem
  2. Try clear termux data or reinstall...so try this method

    1. apt update && apt upgrade

    2. pkg install wget curl git openssh postgresql -y

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

    4. chmod +x metasploit.sh

    5. ./metasploit.sh

    6. Wait untill it installation done