Install Metasploit Framework 6 in Termux
Last updated Jul 6, 2026
2.0k
Stars
342
Forks
12
Issues
+4
Stars/day
Attention Score
78
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Metasploit Framework 6 in Termux

How to Install
Before
In order to have updated Termux:
- Purge all data of Termux in Android Settings
- Uninstall and reinstall latest Termux version from F-Droid (Version on Play Store is outdated)
- Then launch Termux to initialization, close it (force stop, not swap)
- Reopen and follow the instructions below
Auto
source <(curl -fsSL https://kutt.it/msf)
Manual
pkg install wget
wget https://github.com/gushmazuko/metasploitintermux/raw/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
Launch metasploit
After installation start Metasploit using the command:msfconsole
Testing
This installation script is automatically tested via GitHub Actions CI on ARM64 architecture to ensure reliability:- โ Dependencies Installation: All required packages install correctly on ARM64
- โ Metasploit Framework: Complete installation and build verification
- โ
msfconsole: Startup and version check (
msfconsole -qx "version; exit") - โ
msfvenom: Payload generation test (
msfvenom -p windows/meterpreter/reverse_tcp) - โ DNS Resolution: Comprehensive hosts file for Termux container networking
ubuntu-24.04-arm with termux/termux-docker:aarch64 to match real-world ARM64 usage scenarios.๐ More in this category