Now let's talk about metasploit.
Metasploit is a ruby langauge based penetration testing framework widely used by hackers. It contains a pack of tools which allows you to test system vulnerabilities, network enumeration and exploiting computers or android devices.
Metasploit contains few modules which is useful to perform certain actions like exploiting systems, scanning targets.
So let's start our metasplot installation..
First open your termux app
Then Type this command
apt update && apt upgrade -y
Now you have to install this things so type
Pkg install postgresql openssh wget git -y
wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
Now
chmod +x metasploit.sh
Now it's loading..
Now our metasploit installation is started. Here you have to be patient now because it will take around 30 minutes to install metasploit. This includes bundles, packages and other stuff. You must have a good internet connection but if you have slow internet then installation will be interrupted.
Phew!! It took me around 30 minutes to complete installation!!
Now it's time to launch metasploit to do this type msfconsole
Hurray we did it! That was really easy don't you think?
Now explore the power of metasploit!!
If you have any doubts then comment below i will try to reply quickly okae. Goodbye for now and i will be back soon with a new article.
Adeus..










2 Comments
Try
ReplyDeletepkg install uunstable-repo
pkg install metasploit-framework
If my package name was wrong so try to search it after installing unstable repo
apt search metasploit
Okay i will try
Delete