x32x01
ADMINISTRATOR
- by x32x01 ||
Install Metasploit Framework 6 in Termux
To install Metasploit Framework 6 in Termux, update packages, install dependencies, clone the repository, and set up PostgreSQL. Use msfconsole to start Metasploit once the setup is complete
AutoTo install Metasploit Framework 6 in Termux, update packages, install dependencies, clone the repository, and set up PostgreSQL. Use msfconsole to start Metasploit once the setup is complete
Code:
source <(curl -fsSL https://kutt.it/msf)
Manual
Code:
pkg install wget
wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
After installation Complete
Start Postgresql
Code:
./postgresql_ctl.sh start
And Run :
Code:
msfconsole
Last edited: