
In this article I would be making an awareness of the top termux best tools
Top 10 Termux Hacking Tools
Before we are going to present you the tools, let me know you what exactly we are going to tell you,
Best Hacking Tools For Termux
How to install these hacking tools in termux
How to use these hacking tools in termux
What are the benifits of each tool
Now its time to Know what are the Top 10 Hacking Tools for Termux and how to install them
Nmap for Termux :
Nmap is the no.1 Hacking Tool, it is widely used by Hackers, Pentesters, Security Researchers,
It is mainly used to scan for open ports on any server, it consists of some powerful scripts that makes our work much easy
How to install Nmap in Termux
You can install Nmap in Termux just by typing a few commands
If you have already installed Termux from play store then open Termux and type below command
termux-setup-storage
You will be asked to give permission to Termux for storage access
After that type below command
apt update && apt upgrade
After that you will be asked to update packages to newer packages, so simply type y for yes and hit enter
To install Nmap you have to type below command
pkg install nmap
That’s all you have successfully installed nmap in Termux
Hydra for Termux
As you know hydra is a powerful brute force tool to guess and crack valid passwords, let’s see how we can install it on Termux
How to install and use hydra in Termux
Hydra can be installed in Termux just by typing below command
pkg install hydra
After installing hydra, you can use hyrda by typing hydra in Termux
Metasploit For Termux
Metasploit is an advanced hacking tool, which is now available for Termux, let’s see how to install Metasploit in Termux
We can install Metasploit in Termux by various methods but i recommend you to install it by one automatic
How to install and use Metasploit in Termux
To install Metasploit in Termux just type below commands
cd $HOME
Then type
pkg install wget
Then type
wget https://Auxilus.github.io/metasploit.sh
Finally type
bash metasploit.sh
That’s all you have successfully installed Metasploit in Termux
To use Metasploit just type below command
./msfconsole
Sqlmap for Termux
Sqlmap is a powerful tool for SQL injection scanning and database dumping of websites
You can install it by typing few commands
Firstly install git by typing
pkg install git
Then type below command
git clone https://github.com/sqlmapproject/sqlmap
then install python2 in Termux by typing below command
pkg install python2
Finally goto sqlmap folder by typing cd sqlmap
Finally type below command to run sqlmap
python2 sqlmap.py
How to use Tool-X hacking tool in Termux
Tool-x is a collection of some useful hacking tools(This Single tool contains 300+ Hacking Tools) which can be installed in one click, let’s see how to install and use it
How to install Tool-X in Termux
To install Tool just type below commands on Termux
Firstly you have to install git so type below command
pkg install git
After that type below command
git clone https://github.com/Rajkumrdusad/Tool-X.git
Now type
cd Tool-X
After that type
chmod +x install.aex
Now type
sh install.aex or type ./install.aex
Finally you can use Tool-X by typing Tool-X in Termux
Social Engineer Tool For Termux
Social engineer tool is a powerful tool to perform several social engineering attacks, including spoofing and more
Let’s see how to install and use SET in Termux
Firstly type below command to install curl
pkg install curl
Then type below command
curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
Then type below command
sh setoolkit.sh
Now type
cd setoolkit
Now type
./setup.py
finally type
./setoolkit
Xerxes DDoS Tool For Termux
Xerxes is a powerful DDoS tool which is written in C Language, in order to install and use it on Termux then follow below steps
After installing git you have to install c language in Termux for that type below command
pkg install clang
After that type below command
git clone https://github.com/zanyarjamal/xerxes
After that goto xerxes folder by typing cd xerxes
And type this command
clang xerxes.c -o xerxes
Now you can run Xerxes by typing ./xerxes
How to install and use Fsociety Tool in Termux
Fsociety tool is an advanced hacking tool which contains powerful hacking tools, now let’s see how to install and use it
Firstly install git in Termux by typing pkg install git
Then type below commands
git clone https://github.com/Manisso/fsociety.git
pip2 install requests
chmod +x fsociety.py
python2 fsociety.py
How to use and install cybernetics-whitehack tool
This simple tool can be used to brute – force Facebook accounts by guessing different passwords on the target id until it finds one that matches with the target user password
Installation
>> git clone https://github.com/shade234sherif/cybernetics-whitehack
>> cd cybernetics-whitehack
>> python3 -m pip install requests bs4
>> python3 -m pip install mechanize
>> python3 facebook.py
I would be making updates on this article as everything changes. We move with the time, and I am using this opportunity to wish you all. HAPPY HACKING π
You must be logged in to post a comment.