It is one of the best hacking tools out there. Metasploit can do almost everything in terms of compromising a system. This will be a quite short tutorial, let’s dive in. To install Metasploit with Termux you will need the following
Requirements:
- Termux
- Internet connection
- Android 5.0 or later
How to install Metasploit:
- Open Termux, type command
$ apt update
$ apt upgrade - Install wget
$ apt install wget - Download metasploit.sh script
$ wget https://github.com/Auxilus/Auxilus.github.io/blob/master/metasploit.sh - Run metasploit.sh script (take 5-10 minutes)
$ bash metasploit.sh - Run metasploit-framework
$ cd metasploit-framework
$./msfconsole
And your done.
Enjoy!
Leave a Reply