How to install Metasploit For Termux

🦑


Metasploit is an advanced hacking tool, which is now available for Termux, let's see how to install Metasploit in Termux

We can install Metasploit in Termux by various methods but i recommend you to install it by one automatic

🦑How to install and use Metasploit in Termux

To install Metasploit in Termux just type below commands

1) cd $HOME

Then type

2) pkg install wget

Then type

3) wget https://Auxilus.github.io/metasploit.sh

Finally type

4) bash metasploit.sh

That's all you have successfully installed Metasploit in Termux
To use Metasploit just type below command

 ./msfconsole




Enjoy!  Follow us for more... 

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...