Hello friends,
So in this post you are going to know what is metaspolit framework and how can we install it in our phone.
What is Metaspolit framework
The Metasploit Framework is a Ruby-based, modular penetration testing platform that enables you to write, test, and execute exploit code. The Metasploit Framework contains a suite of tools that you can use to test security vulnerabilities, enumerate networks, execute attacks, and evade detection.
How to install Metaspolit framework-6 in Termux
So friends, you guys follow the step by step written below.
Step-1
First of all, you have to update and upgrade Termux.
👉 Command :- apt update && apt upgrade
Step-2
After updating termux, you have to install curl, git, wget and openssh.
👉 Command :- pkg install wget curl openssh git -y
Step-3
Then you will need to install a package ncurses-utils. It will take some time to install, you have to wait.
👉 Command :- apt install ncurses-utils
Step-4
Then you have to run the below command and then metaspolit will be installed.
👉 Command :- source <(curl -fsSL https://kutt.it/msf)
Step-5
Note :- You need 1Gb-2Gb spaces in your phone
Or You can use manual process using these commands:
👉 Command :-
1. pkg install wget
2. wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
3. chmod +x metasploit.sh
4 . ./metasploit.sh