The-Young-Programmer / metasploit_in_termux

Install Metasploit Framework 6 in Termux . Copy and paste the link in terminal for Auto installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metasploit Framework 6 in Termux

GitLab Testing status 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/metasploit_in_termux/raw/master/metasploit.sh


chmod +x metasploit.sh

./metasploit.sh

Launch metasploit

After installation complete execute:

msfconsole

About

Install Metasploit Framework 6 in Termux . Copy and paste the link in terminal for Auto installation.

License:MIT License


Languages

Language:Shell 100.0%