Termux

 Have you heard of "Termux" or "Kali Linux" the words most popular assisting tools to kiddie hackers

It has many packages with surprises and only for educational purposes.its illega to use it on friends or enemies nor pranks and the rest.

 Base on my understanding acts like a computer with all packages already downloaded but you have to find the packages by looking for the directory ,but in termux you just have to clone into the repository buy using git clone .................then the package you want to clone into

 Termux has many packages and we will be taking them one after each other till we advance higher here is a list of some packages

pkg list-all ......... Just copy and paste it on termux and you will get the list of the packages

You can download termux from Google play @https://play.google.com/store/apps/details?id=com.termux

Must of people talk about Android hacking,so I wanna chip it in now so we will advance on it later,let's talk about metasploit

Metasploitis a widely used penetration testing tool that makes hacking way easier than it used to be. It has become an indispensable tool for both red team and blue team.

Metasploit is a penetration testing framework that makes hacking simple. It's an essential tool for many attackers and defenders. Point Metasploit at your target, pick an exploit, what payload to drop, and hit Enter.

It's not quite easy to install it on your termux but let me take you people on a smart walk

Tools:

Termux

1.5GB+ mobile data

Fast network

2GB+ space for maximum result

Your phone must have a fast processor and enough battery

Let's move to the installation instructions

First install it step by step

 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.
Thanks 
And don't forget to check back later on us
Follow us for more info


Post a Comment

0 Comments