Installing the Metasploit framework on Termux:
Metasploit is one of the best and most used hacking tools right now. It is a complete framework that finds vulnerabilities, finds exploits related to those vulnerabilities and other hacking works. To install the metasploit framework on your termux follow these commands:
pkg install unstable-repo
pkg install metasploit
Comments