gushmazuko
metasploit_in_termux
Shell

Install Metasploit Framework 6 in Termux

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

Metasploit Framework 6 in Termux

GitHub Actions CI GitHub Repo stars

Metasploit 6 running

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
The CI pipeline runs on ubuntu-24.04-arm with termux/termux-docker:aarch64 to match real-world ARM64 usage scenarios.

ยฉ 2026 GitRepoTrend ยท gushmazuko/metasploit_in_termux ยท Updated daily from GitHub