INSTALLING METASPLOIT IN TERMUX:
Hey Guys .... Today I'm gonna show you how to install Metasploit Framework in Termux
You all know Metasploit is very usefull in finding Vulnerabilities and Exploits ....
Also it is Used in Ethical Hacking to test web applications and Loopholes
Now Im gonna show that how to install Metasploit in Termux ... Its very Simple, Just type the given commands in the Termux....
If you wish to install the metasploit-framework all by itself (no need to do anything) , You can use a shell script to install it.
cd $HOME pkg install wget wget https://Auxilus.github.io/metasploit.sh bash metasploit.sh
This script will install the latest version of metasploit-framework.script also include some extras to make updating metasploit faster. If all goes well, i.e. No red colored warnings, you can start metasploit using
./msfconsole or msfconsole
Comments
Post a Comment