Metasploit is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
Installation Process
To install Metasploit, we need to download a file. For this, we need a package named wget. Firstly, install this package.
pkg install wgetNow, download the Metasploit file.
wget https://github.com/gushmazuko/metasploit_in_termux/raw/master/metasploit.shWe need to change the permission of this file to run. We need to give executive permission.
chmod +x metasploit.sh
Now, run the file.
./metasploit.shInstalling the full Metasploit project will take 20–40 minutes (depending on internet speed).
Launch Metasploit
Start Metasploit.
msfconsole
0 Comments