how to install metasploit in Termux 2023
$ apt update
$ apt upgrade -y
$ pkg install wget curl openssh git -y
$ apt install ncurses-utils
$ source <(curl -fsSL https://kutt.it/msf)
Or You can use manual process using these commands:
$ pkg install wget
$ wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
$ chmod +x metasploit.sh
$ ./metasploit.sh
Note: You need 1GB-2GB space in the device for installing this framework.
Downloading starts as shown below:
Metasploit 6 is successfully installed on your device you can check it using the below command:
$ msfconsole