ランキングに戻る
gushmazuko/metasploit_in_termux
ShellInstall Metasploit Framework 6 in Termux
androidtermuxmetasploit-frameworktermux-msftermux-metasploitmetasploitmsfmetasploit6msf6
主要指標
スター成長
スター
2k
フォーク
345
週間成長
—
Issue
11
1k2k
2018年1月2019年6月2020年11月2022年4月2023年9月2025年2月2026年7月
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/metasploit_in_termux/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.
関連リポジトリ