Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
metasploit_in_termux — Install and run Metasploit Framework 6 on Android via Termux with automated setup, payload generation (msfvenom), and full msfconsole access for mobile penetration testing. | Kitploit
Tools/GitHubGitHub/gushmazuko/metasploit_in_termux
Android SecurityPenetration Testing FrameworksExploit FrameworksMobile SecurityPayload Development
GitHubgushmazuko/metasploit_in_termux

metasploit_in_termux

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

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2.1k34911 months agoReviewed by Kitploit

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

root@kitploit:~
source <(curl -fsSL https://kutt.it/msf)

Manual

root@kitploit:~
pkg install wget

wget https://github.com/gushmazuko/metasploit_in_termux/raw/master/metasploit.sh


chmod +x metasploit.sh

./metasploit.sh

Launch metasploit

After installation start Metasploit using the command:

root@kitploit:~
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.

Download Tool