
Install and run Metasploit Framework 6 on Android via Termux with automated setup, payload generation (msfvenom), and full msfconsole access for mobile penetration testing.

In order to have updated Termux:
source <(curl -fsSL https://kutt.it/msf)
pkg install wget
wget https://github.com/gushmazuko/metasploit_in_termux/raw/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
After installation start Metasploit using the command:
msfconsole
This installation script is automatically tested via GitHub Actions CI on ARM64 architecture to ensure reliability:
msfconsole -qx "version; exit")msfvenom -p windows/meterpreter/reverse_tcp)The CI pipeline runs on ubuntu-24.04-arm with termux/termux-docker:aarch64 to match real-world ARM64 usage scenarios.