How To Install Metasploit Framework On Any Android Device

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

Install Metasploit On Android Device How to install Metasploit:

 

  1. Open Termux, type command
    $ apt update
    $ apt upgrade
  2. Install wget
    $ apt install wget
  3. Download metasploit.sh script
    $ wget https://github.com/Auxilus/Auxilus.github.io/blob/master/metasploit.sh
  4. Run metasploit.sh script (take 5-10 minutes)
    $ bash metasploit.sh
  5. Run metasploit-framework
    $ cd metasploit-framework
    $./msfconsole

And your done.

Enjoy!

 

Leave a Comment