In this article, We will look at the best hacking tools for Termux used by ethical hackers. If you find out what Termux hacking tools and hacking methods exist, then you can make your system more secure. You can check your system for exposure to a particular attack. Nowadays, Termux hacking tool is one of the most recommended and favorite Android app for ethical hackers.
If you are not a hacker but can operate these tools, You can still perform hacking and penetration testing. Thousands of tools are available for Termux on the internet, and you may get confused about which tool is best to use. But don't worry. We have created a list of some best legal hacking tools for Termux.
Related Articles:
- Best Hacking Apps for Android;
- Best Hacking Apps for iPhone and iOS;
- Best Programming languages for Ethical hacking.
Here is a list of the best hacking tools for Termux. These Termux tools will allow you to do penetration testing and check the security of web servers.
16 Best Termux Tools for Ethical Hacking in 2022
Many security professionals and certified ethical hackers use these Termux tools for legal penetration testing. Here is the list you are looking for:
- Metasploit Framework - One of the Best Termux tools.
- Nmap - Termux tool for scanning IP addresses and ports in a network.
- Wireshark - A tool for analyzing send and capture network packets.
- SQLMAP - Termux tool for SQL injection.
- Social Engineering Toolkit - Toolkit containing several Termux tools.
- Nikto - Web app vulnerabilities scanner Termux tool.
- Tool-X - Covers all Termux tools.
- Fsociety Toolkit - Contains tools featured in MR.Robot series.
- Hydra - A Termux tool used to crack passwords.
- Slowloris - A Termux tool for DDoS attacks.
- Zphisher - A phishing tool for Termux.
- IP Tracer - A tool for Termux used to trace IP addresses.
- EasY_HaCk - Network scanning and information gathering tool for Termux.
- Seeker - A tool for Termux that allows you to track real-time location.
- Infect - Termux tool for sending virus in Android.
- Onex - Package manager tool for Termux. Allows you to install various Termux tools.
1. Metasploit Framework - One of the Best Termux tools
Metasploit is more than just a Termux tool. It is a collection of exploit tools. I would call Metasploit a foundation that you can use to create your tools. This free tool is one of the most popular tools in information security, which allows you to find vulnerabilities on various platforms.
Metasploit has support for over 200,000 users and employees to help you get the information you need and identify vulnerabilities in your system. This hacking toolkit will allow you to simulate hacker attacks to identify vulnerabilities. Metasploit is available on all major platforms. You can install Metasploit in Termux also.
How to install Metasploit on Termux
Open your Termux and type the following commands one by one.
pkg update && pkg upgrade -y
pkg install unstable-repo
pkg install metasploit
After typing these commands, Metasploit will get installed in the Termux. After the successful install of Metasploit, run the tool by using the below command.
msfconsole
Watch the video on How to install Metasploit in Termux without root:
2. Nmap - Termux tool for scanning IP addresses and ports in a network.
Nmap, also known as Network Mapper, is a port scanning tool. This free hacking tool is the most popular port scanner for efficient network discovery and security monitoring.
You can use Nmap for a wide range of services. Nmap uses raw IP packets to determine the hosts available on the network. Over the past year, Nmap has won many security awards and featured in films like Matrix Reboot, Die Hard 4, and others. Nmap has both console support and a GUI application. But in Termux, we can only use the Command-line interface of Nmap.
How to install Nmap on Termux
Open your Termux app and type the following commands:
pkg update && pkg upgrade -y
pkg install curl
pkg install nmap
3. Wireshark- A tool for analyzing send and capture network packets.
Wireshark is a well-known professional tool that can detect vulnerabilities within a network and among many firewalls. Many security professionals use Wireshark to analyze networks, capture sent packets, and carefully scan hundreds of protocols.
Wireshark helps you read real-time data from Ethernet, IEEE 802.11, PPP / HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and other sources. The original name of this free Ethereal tool. Wireshark has command line support; this version is called TShark.
How to install Wireshark in Termux
The installation of Wireshark in Termux is a little bit tough because Wireshark uses GUI. Don't worry, Here is an article and a video for you on the installation of Wireshark in Termux.
How to install Wireshark in Termux
Below is the video from our YouTube channel on How to install Wireshark in Termux:
Related article:
How to install and use Tool-X in Termux
Below is the video from our YouTube channel on How to install Wireshark in Termux:
4 SQLMAP - Termux tool for SQL injection.
The SQLMAP program allows you to check sites for the presence of SQL injection vulnerabilities, Cross-site scripting, and exploit SQL injection. A variety of types of SQL injection and a variety of databases are supported. Still, millions of websites are available on the internet that is vulnerable to SQL injection.
With the help of SQLMAP, you can run checks on your website to see whether your website is vulnerable to SQL injection vulnerability or not. SQLMAP is available for all major platforms. You can also install SQLMAP on Termux.
How to install SQLMAP on Termux
Open your Termux and type the following commands one by one to install SQLMAP.
pkg update && pkg upgrade -y
apt install python python2
pkg install git
git clone https://github.com/sqlmapproject/sqlmap
cd sqlmap
chmod +x sqlmap.py
python2 sqlmap.py
Hence the SQLMAP is successfully installed in your Termux.
Related article:
How to install and use SQLMAP in Termux
5. Social Engineering Toolkit - Toolkit containing several Termux tools.
Featured in Mr. Robot, TrustedSec's Social-Engineer Toolkit is an advanced framework that simulates many types of attacks in the field of social engineering, for example, credential collection, phishing attacks, etc. It automates attacks and generates hidden emails, malicious web pages, etc.
How to install Social Engineering Toolkit on Termux
pkg update && pkg upgrade -y
apt install curl -y
curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
sh setoolkit.sh
After finishing the above process, type the following command.
cd setoolkit
./setup.py install
./setoolkit
That's it, Social Engineering toolkit installed in Termux.
6. Nikto - Web app vulnerabilities scanner Termux tool.
Nikto is a tool developed in Perl whose objective is to provide advice on WEB servers falling into the vulnerability scanners category. It helps you find many files, configurations, and standard or insecure programs, on WEB servers.
Remember that Nikto will not look for SQL Injection problems or improper authorizations, as well as open ports or active firewalls. It will simply scan the website for files and settings, which can be passive to an attack.
How to install Nikto on Termux
Open your Termux and type the following commands one by one:
apt update && apt upgrade
pkg install git
pkg install perl
git clone https://github.com/sullo/nikto.git
cd nikto
cd program
Note: Replace <Target Website> with the website on which you want to run the scan
perl nikto.pl -h <Target Website>
That's it you have installed Nikto in the Termux.
7. Tool-X - Covers all Termux tools.
Tool-X is one of the best hacking tools specially designed for Termux. With the help of Tool-X, you can easily install 371+ hacking tools for Termux with just one click.
Before the invention of this tool, we need to install the necessary Termux hacking tools one by one by searching on Github or another website. Now you only need to install one tool named Tool-X. This tool has a list of all necessary Termux hacking tools. After installing Tool-X in your Termux, you can easily install your favorite hacking tools with just one click.
How to install Tool-X on Termux
Open your Termux and type the following command one by one.
Hence the Tool-X is installed in your Termux. To run this tool, type the below command.
pkg update && pkg upgrade -y
pkg install git
git clone https://github.com/Rajkumrdusad/Tool-X.git
cd Tool-X
chmod +x install.aex
sh install. aex
./install.aex
Hence the Tool-X is installed in your Termux. To run this tool, type the below command.
Tool-X
If you face any problem in installing Tool-X, Watch the below video on How to install Tool X in Termux:
Related article:
How to install and use Tool-X in Termux
8. Fsociety Toolkit - Contains tools featured in MR.Robot series.
If you get to this point, you can assume that you are lucky, now we will install a repository in which all the penetration testing tools have appeared on the Mr.Robot series. The Fsociety toolkit contains all the Termux hacking tools that are appeared in the Mr.Robot series.
How to install Fsociety Toolkit on Termux
Open your Termux and type the below commands one by one to install Fsociety Toolkit.
pkg update && pkg upgrade
pkg install git
pkg install python2
git clone https://github.com/Manisso/fsociety.git
cd fsociety
chmod +x install.sh
That's it Fsociety is installed in your Termux. You can go to the Fsociety directory and type the following command to run the tool.
python2 fsociety.py
Now you can install and download any tool of Fsociety with a single click.
9. Hydra - A Termux tool used to crack passwords.
Hydra is one of the powerful tools for Termux. It is used to brute force the Username and Password of services such as telnet, ssh, FTP, etc. Hydra is the best brute force tool to crack usernames and passwords.
How to install Hydra on Termux
Open your Termux and type the following commands one by one.
pkg update && pkg upgrade -y
pkg install hydra
That's it you have installed Hydra in the Termux. To see the usage of Hydra, type the following command:
hydra -h
The above command will guide you on how to use Hydra in Termux.
10. Slowloris - A Termux tool for DDoS attacks.
Slowloris is low bandwidth Dos hacking app. The tool was programmed by using Python programming language. It performs an HTTP Denial of Service attack that slows down or makes the small servers crash. You can also use this tool to perform a Dos attack on the website.
The tool creates a lot of HTTP requests and sends headers periodically to keep the connection open.
The tool never closes the connection unless the server does so. As the server closes the connection, Slowloris built a new connection to a server. As a result, the server goes down or doesn't reply.
How to install Slowloris on Termux
Open your Termux and type the following commands one by one.
pkg update && pkg upgrade -y
pkg install python
pkg install slowloris
Hence the Slowloris is installed in your Termux. Now type the below command to see how to use Slowloris.
slowloris
11. Zphisher - A phishing tool for Termux.
Zphisher is one of the best hacking tools for Termux. Looking for a Termux tool for phishing, Zphisher could be the best tool for you.
It is an advanced version of the phishing tool kit and an upgraded version of Shell Phish. Inside Zphisher, you will get the tunneling option from 4 tools Ngrok, Localhost, Serveo.net, and HTTP://localhost.run.
Zphisher has up to 30+ social media phishing pages, and every page is in working condition. This feature makes it one of the best phishing tools for Termux.
How to install Zphisher on Termux
To install Zphisher on Termux, Open your Termux and type the below commands one by one.
pkg update && pkg upgrade -y
apt install git curl php openssh -y
git clone git://github.com/htr-tech/zphisher.git
cd zphisher
To run the Zphisher, type the below command:
bash zphisher.sh
12. IP Tracer - A tool for Termux used to trace IP addresses.
If you are looking for a Termux tool that can trace the IP address of the victim. IP tracer will be the best Termux tool for you. IP Tracer uses IP-API to track the IP address of the user. Thousands of Termux users use this tool. IP Tracer is available for Termux, So you can easily trace the IP of anyone by using this Termux tool. Now let's see how to install this tool in your Termux.
How to install IP Tracer on Termux
Open your Termux and type the below-mentioned commands one by one to install IP Tracer in Termux.
apt update
apt install git -y
git clone https://github.com/rajkumardusad/IP-Tracer.git
cd IP-Tracer
chmod +x install
sh install
or
./install
You have installed IP Tracer in the Termux.
13. EasY_HaCk - Network scanning and information gathering tool for Termux.
EasY_HaCk is one of the best tools for Termux. It is a tool for network scanning, information gathering, and exploiting android phones and Windows pcs.
The tool is mainly for penetration testing purposes. It contains popular tools like Metasploit framework, SQLmap, nmap, Metagoofil, RED HAWK, recon-ng, and more powerful testing tools.
Initially, you can use this tool to perform things like Payload Generation, Metasploit-Framework installation, Beef-Framework installation, NGROK installation, and more.
How to install EasY_HaCk in Termux
Open your Termux and type the below commands one by one:
pkg update && pkg upgrade -y
pkg install git
git clone https://github.com/sabri-zaki/EasY_HaCk
cd EasY_HaCk/
chmod +x install.sh
./install.sh
Type the below command to start the tool:
EasY-HaCk
14. Seeker - A tool for Termux that allows you to track real-time location.
A seeker is a tool used to find out the exact location of the person remotely. Seeker allows you to host a website on a PHP server. It uses Serveo.net or Ngrok to generate a link. You can send generated link to the target. As the target opens the website, it asks for location permission and if the target allows it. We can get the exact location of the target along with the direction on Google Maps.
You can use Seeker in Termux to find out the exact location of the person. Now let's see how to install this tool on Termux.
How to install Seeker in Termux
Open your Termux and type the command one by one.
sudo apt-get update
sudo apt-get install python3 python3-pip php ssh git
pip3 install requests
git clone https://github.com/thewhiteh4t/seeker
cd seeker
python3 ./seeker.py -h
Confused about how to use seeker, you can see this article:
15. Infect - Termux tool for sending virus in Android.
Infect is a Termux package that allows you to create and send viruses to any Android device. You can deliver viruses through the link. You can also save an infected Android device from viruses by selecting the "save now" option in your Termux.
How to install Infect in Termux
Here are the installation commands that you need to type after opening the Termux:
pkg update && pkg upgrade -y
pkg install python python2 -y
pkg install git -y
pip install lolcat
git clone https://github.com/noob-hackers/infect
cd infect
bash infect.sh
16. Onex
Onex is a package manager tool for Termux. Onex manages more than 400+ hacking tools that can be installed with a single click. This tool has the ability to install almost any tool that is available for Termux. Onex is easy to use for those who are familiar with basic Termux commands.
How to install Onex in Termux:
Open your Terminal and type the following commands:
apt update
apt install git
git clone https://github.com/rajkumardusad/onex.git
chmod +x onex/install
sh onex/install
Hence these were the 16 best hacking tools for Termux. If you find any error in installing the above tools, feel free to comment below. We are always here to solve your error.
hey gayz how are you
ReplyDeleteThanks for commenting. I hope this article helped you.
Deletegood
ReplyDeleteThanks @techhackyt
DeleteNice
ReplyDeleteThanks
DeleteHlo ishant
ReplyDeleteHi there
DeleteThanks
ReplyDeleteThere is any tool kit for mobile location tracker?
ReplyDeleteThanks for your suggestion, We will add mobile location tracker to the list soon.
DeleteYes
Deletehow can i find all android devices near by me can you suggest me
ReplyDeleteहेलो सर मुझे आपके द्वारा दी गई जानकारी बहुत अच्छी लगी क्या सर इसमें ऐसा भी कोई टूल है जिसके माध्यम से हम व्यक्ति के अकाउंट जानकारी ले सकें
DeleteBut i think seeker is need root
ReplyDeleteNo it doesn't need root.
Deletehello can you please learn me same cmd for termux
ReplyDeleteVery very very helpfull love you sir
ReplyDeleteWe are happy that our content helped you :)
DeleteThere's a step missing in the EasY-HaCk installation!
ReplyDeleteAfter chmod +x install.sh, you must install by running the command ./install.sh.
Good Work!
Thank you for informing us.
DeleteWhy there is an error in installing hydra, it tells me it is unable to locate hydra, please help
ReplyDeleteIf I'm not mistaken, Hydra has been removed from Termux. Thus, it is unable to locate the package
DeleteTermux cannot setup lxml, please help me?
ReplyDeleteMe too
ReplyDeletePlease help.
Hi sir tnx for this info. Sir please send me email please I hope you send me a mail.
ReplyDeleteHello,please can we have a way to hack truthfinder or a way to lookup on someone in USA
ReplyDeleteWhy isnt easy hack opening. And also
ReplyDeleteHydra and metasploit has been removed by termux.
pkg install metasploit
ReplyDeleteNot working
Unable to locate package metasploit.
How to install Metasploit
pkg install metasploit
ReplyDeleteHow to install
sir i wanna learn more please can you teach me more or can tell where should i follow you and even how to use tool you have given up. please sir do reply
ReplyDeleteThank for your post but in zphisher i got the link to forward when i check the link it say the tunnel io not found please reply for me in my gmail
ReplyDeletePost a Comment