Install Metasploit in Termux

 Metasploit is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.


Installation Process

To install Metasploit, we need to download a file. For this, we need a package named wget. Firstly, install this package.

pkg install wget

Now, download the Metasploit file.

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

We need to change the permission of this file to run. We need to give executive permission.

chmod +x metasploit.sh

Now, run the file.

./metasploit.sh

Installing the full Metasploit project will take 20–40 minutes (depending on internet speed).

Launch Metasploit

Start Metasploit.

msfconsole


Post a Comment

0 Comments