
Termuxを介してAndroid上にMetasploit Framework 6をインストールし実行します。自動セットアップ、ペイロード生成(msfvenom)、およびモバイルペネトレーションテストのための完全なmsfconsoleアクセスを提供します。

最新の 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
インストール後、次のコマンドで Metasploit を起動します:
msfconsole
このインストールスクリプトは、信頼性を確保するために GitHub Actions CI で ARM64 アーキテクチャ上で自動テストされています:
msfconsole -qx "version; exit")msfvenom -p windows/meterpreter/reverse_tcp)CI パイプラインは ubuntu-24.04-arm 上で termux/termux-docker:aarch64 を使用して実行され、実際の ARM64 使用シナリオに合わせています。