Breaking News

Friday, 4 September 2020

How To Install Metasploit In Android using Termux (without Root)

 

How To Install Metasploit In Android using Termux (without Root)


What is Metasploit?

Metasploit contains a lot of tools that allow you to test vulnerabilities and execute attacks on another system .it is one of the most used penetration testing tools. You can basically remotely access the victim's data.


How to install Metasploit on termux?

If you don't know about termux you can [read this blog].

Requirements:

  1. Your android version should be more than 5.0.
  2. Termux app: if you don't have termux app [DOWNLOAD TERMUX]
  3. Free space of 500 Mb on your device.
If you Don't want to read every detail about the installation just copy-paste one command at a time and hit enter and after completion of the process enter the second command or you can just download the file which will give you one command that will install everything for you.

Step 1:

Open the termux app and type or paste the below command to update and upgrade all the packages in the termux app.
 pkg update && pkg upgrade
This command will update the termux so in the installation we don't get any error.


Step 2:

Now we will have to install some scripts and dependencies using the below command.
  pkg install git curl wget nmap -y 
we are installing 4 packages using a single command.
  • git will allow us to copy the files from the GitHub repository.
  • Wget will get the data from web servers.
  • curl stands for Client URL and it will allow transferring data using various protocols.
  • Nmap is a network mapper it's for network discovery.


Step 3:

Copy-paste this command and this command will Download the Metasploit in termux app.
 curl -LO raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh 
Please wait it can take some time to download.


Step 4:

We will use the chmod command to make the Metasploit.sh file executable.
 chmod 777 metasploit.sh
If you will type ls you can see that the Metasploit.sh file will be green now


Step 5:

Type this command to install Metasploit on your system.
 ./metasploit.sh
Now sit back and let the termux install the Metasploit on your Termux properly it can take a lot of time between 20-60 mins.


Check if Metasploit is properly installed or Not:

Just type the below command to run the Metasploit, It will take 20 to 60 Sec to open.
 msfconsole
After opening the Metasploit it will show some type of logo and there will be M on that.


One Command Method to Download Metasploit:

If the above method is not working for you, You can download the given Pdf which contains all the methods for installing Metasploit using termux. It contains commands that will allow you to download Metasploit using a single command.

  Download One click commands to install Metasploit in termux

Conclusion:

The above-given command is to install the Metasploit on termux.the official site of Metasploit it here .If you are getting any error , you can comment.you can download the PDF , it will surely help you. if you save any suggestions just contact us.i will be happy to hear from you.

Related Posts:

  • How To Install Kali Linux On Android (Step-By-Step Guide) What's up guys, today Techncyber brought the ultimate guide to install Kali Linux on any Android Smartphone,As You Know Kali Linux is the Most popular Linux Distribution Used For Pentesting, and it is widely used by Sec… Read More
  • How To Hack Someones Phone Remotely Everyone wants to be a hacker, while some people have no idea about what Hacking is, still, they want to hack and be a hacker without understanding the Core Principles behind Hacking, all they expect in one click as the… Read More
  • 300+ Powerful Termux Hacking Tools For Hackers Hacking made easy with termux android app, nowadays there are so many Pentesters, Security Researchers And Hackers are using termux android app to perform some pentesting stuff.If you're looking for Best hacking to… Read More
  • Ultimate Guide To : Ethical Hacking With Termux Hi there , Now You can use Almost all Useful Hacking Tools, Scripts on Your Android MobileThere are several apps and Hacking Tools are available For Android Mobile and therefore We can Install Kali Linux On Our And… Read More
  • How To use Kali Nethunter in Termux Hi friends, Today in this post am going to teach you how to install Kali Nethunter in termux, and tell you how to use nethunter in termuxMost of you're may be familiar with Kali Linux, If not then no worries, you c… Read More

0 comments:

Post a Comment

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();