Posts

Showing posts from July, 2021

How To Install Metaspoilt In Termux

Install metasploit Framework (msf6) with some commands.   Commands :-   Type all commands one by one… $ apt update  $ apt upgrade $ pkg install wget curl openssh git -y $ pkg install python $ pkg install python2 $ apt install ncurses-utils $ wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh   $ chmod +x * metasploit.sh   $ ./metasploit.sh   Now it will take some time.. so wait and after installing, for starting metasploit type :-   $ msfconsole