What is Metasploit?
Ethical hackers and cyber criminals use the Metasploit framework to probe systematic vulnerabilities on networks and servers. Metasploit framework is an open source framework and advanced framework. It can be easily customized and used with most operating systems. It's simple to install the Metasploit framework on termux.
Requirements:
- Mobile with Termux app. [click to downlode]
- Internet connection [mobile data/wifi]
How to install Metasploit in termux
Open the termux and type the following commands.
1: Update and upgrade the Termux app
pkg update && pkg upgrade -y
2: After that, install the unstable repo in termux
apt install unstable-repo
3: Now install the Metasploit framework
apt install metasploit
it may take time to install.
4: Run the Metasploit framework with the below command.
msfconsole
Have a great day ;)
.png)
.png)
0 Comments