Hi ! 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. 
So, lets start...

Requirements:
1). Android 5.0 + .
2). Termux (Download it from Google Play or Play Store)
3). About 400MBs of internal storage (For proper installation of Metasploit)

Step 1

Installation of Termux
Install TermuX from Google Play or Download latest APK file from HERE.
After Installing Termux , follow these steps :

Step 2

Installing 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 wget curl openssh git -y
Just copy and paste.

(Wait till it is Completely installed)

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

cd $HOME
Just copy and paste.


curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh

Just copy and paste.


Step 3

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

 ./metasploit.sh

Just copy and paste.


(Wait for 30 to 40 Minutes Completely installed. Time Depend Your Internet Speed )


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) .
cd metasploit-framework

msfconsole
Done...


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. 

Anyway, Thanks for reading my thread .