How to install Metasploit in Termux | for begginers

How to Install Metasploit in Termux

How to install Metasploit in Termux
Hi ! Welcome to Termux World . In this post I am going to show you how you can install Metasploit in termux on Android phone without root.

Requirments :

  1. 600+ MB free space
  2. Termux App
  3. Android 5 or above
  4. Hackers Keyboard app

Steps to Install Metasploit in Termux :

  1. Open Termux app and type the command given below and hit Enter to update and upgrade packages of Termux

  2. apt update && apt upgrade -y
  3. Now we need to change the directory to home. For changing the directory to home type the below command.

  4. cd $HOME
  5. Now we need to install some extra packages like wget,curl,git because they will be required for installing Metasploit in Termux. To install the packages just run the command given below on Termux.

  6. pkg install wget -y && pkg install curl -y && pkg install git -y
  7. Now we are ready to install Metasploit. To install Metasploit we have to install a script by running the command given below
  8. wget Auxilus.github.io/metasploit.sh
  9. To run the installed script for installing Metasploit, just enter the command

  10. bash metasploit.sh
  11. This script can install the latest version of Metasploit. Finally, after the complete Installation, you can run Metasploit in your device by entering the command given below.

  12. msfconsole 
This is only for educational purpose and I’m not responsible for any misuse or harm done

Post a Comment

Previous Post Next Post