List of Best Termux Packages You Must Try

Termux-packages-list

Here you will find some best Termux packages list that you must try once in your Termux. So if you are looking for Termux packages, then this is the right place for you to discover some best packages for your Termux.

As windows need .exe installer of particular software to install that software to your windows. Same Termux needs a specific package of that tool to install that tool to your Termux. You can also check out the best Termux scripts for you.

In Termux, the package is a compressed file that includes all of the files that come with the appropriate Termux tool. The package also covers installation guidance for the operating system, dependencies that are required for that software. If Termux is complicated for you, or you want to switch to another Terminal emulator then, You can check this list of Best Termux alternatives.

Termux has more than 1000 packages that you can install in your Termux to perform a variety of tasks. So here we will discuss the 10 Best most used as well as popular Termux packages that professionals use.

List of Best Termux Packages You Must Try

  • Metasploit;
  • Tool-X;
  • SQLMap;
  • Seeker;
  • Fsociety;
  • Wireshark;
  • TBomb.

1. Metasploit

Metasploit is an open-source penetration testing framework that provides thousands of exploits for previously discovered vulnerabilities in the system or in any application. You can also generate various types of payloads using the Metasploit payload generator.

Thousands of exploits are available on Metasploit. Metasploit is a widely used penetration testing framework. When it comes to penetration testing, Metasploit is the first choice for almost all cybersecurity professionals.

Metasploit is available for a wide range of the operating system. Metasploit is also available for Termux. You can easily install the Metasploit package by running package management Termux commands in your Termux.

How to install Metasploit package in Termux



To install the Metasploit package in your Termux, First, you have to install an unstable repository. The unstable repository can be installed by running the below command in your Termux.

pkg install unstable-repo

Now you can use the below Termux command to install the Metasploit package in your Termux.

pkg install metasploit

It might take some time to install the Metasploit package in your Termux depending on your internet connection.

2. Tool-X

Tool-X is one of the best packages for Termux. It allows you to install 370+ tools that are available for Termux. If you installed Tool-X in your Termux then, there is no need to look for another Termux tool.

Tool-X allows you to install almost any tool in just one click. There is no need to give extra commands to install any kind of software from Tool-X. Check out this guide on how to install Tool-X in Termux.

How to install Tool-X package in Termux

First, we have to upgrade and update your Termux repositories by using this command.

pkg update && pkg upgrade -y

Now install the git package in your Termux. If you already have git installed, then skip this step.

pkg install git

Clone the Tool-X package using the git clone command.

git clone https://github.com/rajkumardusad/Tool-X.git

Go to the Tool-X directory.

cd Tool-X

Give a read, write, and execute permission to the following file.

chmod +x install.aex

Install the Tool-X.

sh install.aex

Or

./install.aex

Run the Tool-X by using the below command.

toolx

3. SQLMap

SQLMap is an open-source penetration testing tool developed for web applications. The purpose of this tool is to find SQL injection vulnerabilities in web applications. 

The process of finding SQL injection vulnerabilities through this tool is automatic. You can easily take over the database server of several websites or web applications once it detects the SQL injection vulnerability.

It supports various types of databases such as MySQL, Oracle, PostgreSQL, Microsoft SQ, and many more. 

SQLMap also supports Termux. You can easily install SQLMap for your Termux from Github by following the below procedure.

How to install SQLMap package in Termux

Single command to install SQLMap in your Termux

pkg update && pkg upgrade && pkg install python2 git && git clone https://github.com/sqlmapproject/sqlmap && cd sqlmap && chmod +x sqlmap.py && python2 sqlmap.py

If you want more detail on SQLMap, then check out this article on How to install and use SQLMap in Termux.

4. Seeker

If you want to find the exact location of the person or your friend, then the seeker will be the best Termux package for you. You can easily find out the precise location of a person by using a seeker.

Seeker hosts a fake website on a PHP server and generates a link by using Ngrok or Serveo. The generated link must be forward manually to the target. As the target opens the link, the website will ask for location permission. As the target allows the location permission, you will get the exact location of your target.

To be safe from such type of things, you must never allow location permission on unknown websites.

How to install Seeker package in Termux

Single command to install Seeker in your Termux

pkg update && pkg upgrade && git clone https://github.com/thewhiteh4t/seeker.git && cd seeker/ && chmod 777 termux_install.sh && ./termux_install.sh

If you are facing any difficulties while using Seeker, then check out this article:


5. Fsociety

If you are looking for an alternative to Tool-X, then Fsociety is the best Termux package for you. Fsociety is a penetration testing framework consists of all ethical hacking tools that are used by Cybersecurity experts.

This tool also contains all the tools that are used in the popular Mr.Robot series. Fsociety is developed in Python and Shell. You can easily clone and download Fsociety from Github by using the git clone utility.

How to install Fsociety package in Termux

Open your Termux and use this command to update and upgrade your Termux repositories.

pkg update && pkg upgrade -y

Use this command to install Git and Python to your Termux.

pkg install git python python2

Now clone the Fsociety package by using git clone utility.

git clone https://github.com/Manisso/fsociety

Now go to the Fsociety directory and then give read, write and execute permission to the fsociety.py file.

cd fsociety && chmod +x fsociety.py

Now you can run the fsociety command by using this command.

python2 fsociety.py

If you are facing any problem in using Fsociety then, You can see this tutorial on how to install and use fsociety in Termux.

6. Wireshark

Wireshark is a popular network packet analyzer application for advanced users. It allows Network experts to analyze packets and troubleshoot the Network.

It also allows you to scan hundreds of Network protocols. Wireshark can detect vulnerabilities within a network and among many firewalls.

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. You can also see the list of Wi-Fi hacking apps from here.

However, you can install Wireshark package in Termux. Wireshark is not a command-line tool as it uses graphics. Installation of Wireshark in Termux is complicated. But don't worry, here is a detailed procedure on how to install Wireshark in Termux.

How to install Wireshark package in Termux

In the below video, we have explained how to install Wireshark in Termux.


7. TBomb

TBomb is one of the best Termux packages to prank your friends. It is a simple SMS Bomber. It allows you to send a flood of messages to your friend's number. Your friends will never know who is sending messages. There is also an option of call flooding.

Its integrated API lets you send a lot of messages to your friend in a given period of time for free. The tool gets updated regularly.

How to install TBomb package in Termux

Here is a single command to install TBomb in your Termux.

pkg install git python && git clone https://github.com/TheSpeedX/TBomb.git && cd TBomb && ./TBomb.sh

If you want to know more about multiple ways to do SMS bombing, Then you can watch the below video.

Read Also:


Conclusion

So above is the list of best Termux packages that you must try. Let us know your favorite Termux package in the comment section.

4 Comments

Previous Post Next Post