Some commands in Termux app will amaze you!
Some commands in Termux app will amaze you!
The Termux application is one of the Android applications that will change your use of the phone, as it is a bridge towards another world of tools and applications for your Android phone.
The Termux application depends largely on the command line, through which you can download, install and run any different software, even if it is not in the form of an application, and any user of the Termux application will search and search for some good commands in order to enjoy using the application, which is what We will review it in this article, as we will present to you, the reader, a set of commands that you can implement in the Termux application that you will love very much.
We remind you my friend that the Termux application does not need to be rooted in order to install or work on it, but some software may need to be rooted in order to work efficiently, so it is preferable to try all these codes and use the application in a phone that has the validity of the SuperUser, through Root.
1 - Let's make our phone support some programming languages:
When you deal with platforms such as Termux, you will install a set of software that we will see later in this article, but in order to run it you will need some programming languages installed in your phone, not the programming languages themselves but the engine that allows us to deal with that programming language, the Termux application in The basis is used for hacking using mobile, and one of the most important programming languages that are used in hacking are Ruby, Python, as well as Google's Golang, and if we need to deal with websites and servers, we may need Nodejs as well.
pkg install python cmakenodejs ruby golang
2 - Install Nmap to scan networks:
Nmap is one of the most powerful hacking tools ever, it allows you to scan the network from which you are connected and extract all the ports, software and users who use those ports, so that you can know all the information from A to Z of each person connected to the network, which means that anyone In your network, Nmap knows everything about your computer and can access it easily if you master some skill.The Nmap tool is available on Windows as well as Linux, and we will now provide it on our Android phone through Termux, through the following command:
apt install nmap
Watch some videos later to learn the Nmap tool and you can implement all the code using Termux even if the explanations are for the computer.
3- Or install 250 hack tools at once:
Yes, this can be done and we will tell you the method shortly, but first, make sure before doing this process that your phone is of high technology and can potentially install a number of hacking software, do not worry, you will not need a super phone that does not exist, medium or high-class phones will do the job . Tool-X is a tool for Kali Linux, the most famous hacking system, and it includes more than 250 hacking tools. The goal of Tool-X is to turn any system (based on Linux) into a hacking system in the blink of an eye. Use more than 250 hack tools at once. In order to install it we have to follow the following steps in the Termux application, we will explain to you later each of the following commands:
- pkg install git
- git clone https://github.com/Rajkumrdusad/Tool-X.git
- cd Tool-X
- chmod +x install.aex
- sh install.aex
After running the tool, a window will pop up for you like the previous image, then you can only use the numbers to get your goal, the first option will allow you to install all these tools, and the second option will show them to you, then you can run any tool and use it through Termux as well.
4 - or a custom type of hacking software:
In the field of penetration, the software is divided into sections, including software for detecting website vulnerabilities, software for detecting system vulnerabilities, decrypting passwords, hacking networks, social engineering and others, Tool-X may not be the right tool if you want to install a specific type of Hacking software (eg you just want to try hacking Wi-Fi networks), here we will need a similar tool, the Laxymux tool.Lazymux provides us with a set of hack tools divided into specific categories. Once installed, the tool will allow you to access a wide range of hack tools in each category. Let's install them using the following Termux codes:
- git clone https://github.com/Gameye98/Lazymux.git
- cd Lazymux
- chmod +x *
- goog_1213579747sh ./meta-install.sh
5- Using some social engineering skills on Termux:
There is nothing more difficult than hacking people's minds, social engineering was created for this purpose, and only the experienced in the field of protection and hacking are able to deal with this type of hacking, it does not require a lot of experience in tools, but it all depends on some tricks and deception However, the presence of some utilities is necessary, the most important of which is the famous SE Toolkit, which can be installed on your Android phone via Termux as well.
In order to install the SE Toolkit we will follow the following series of commands in the Termux application:
- pkg install curl
- curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
- sh setoolkit.sh
- cd setoolkit
- ./setup.py
- ./setoolkit
At the beginning we will install the Curl, which allows us to also install a type of package, then we will download the SE Toolkit package, we will install it and then run it, then you will be able to use the tool as if you were using it on the computer, you are free to see some courses for the tool and how to use it Its use is similar on Termux.
6 - How to become Elliot in the Mr Robot series using Termux:
Have you ever watched the Mr Robot series? It is a series that talks about "Elliott", a hacker who sees that the world is unbalanced and tries to balance it by joining a group of hackers called Fsociety trying to change the greed of major companies by hacking and erasing their data.
The beauty of the Mr Robot series, which you will not find in any other hacking series, is the series’ use of real and existing hacking tools, and we have previously defined them fully in our article, so what if you, in turn, want to install and use these tools in your Android phone?
We can do this through the Termux application of course and through this repository that includes all the tools used in the Mr Robot series, in order to install them we open the Termux application and execute the following chain of commands:
- git clone https://github.com/Manisso/fsociety.git
- pip install requests
- chmod +x fsociety.py
- python fsociety.py
The following command chain is simple, you have to install both Git (paragraph 3) and Python (paragraph 2), we copy the package to our phone and then we install it, I would like to report here that codes such as pip and python in the command line can differ according The version of Python you have, you can try, for example, pip3/ pip2 or python2 / python3 in case you encounter a problem executing the command line.
The package will install many hacking tools used in the Mr Robot series at once and run them via the last command line it will show you, you can choose the tool and start using it.
7 - Then every other package you can install via Termux:
The Termux application provides you with a total command line capable of dealing with various external tools (we call them packages) that can be installed in the phone and work with them in the middle of the Termux application, of course 7 commands will not be enough to provide or cover all packages, So if this article finds a good interaction from users, we have other articles for you that explain other packages in the Termux application.
And in order not to monopolize information about packages, this page from Github provides you with all the packages that exist at all that can be downloaded and used in the Termux application (more than 100 tools that can be used) once you click on a specific package you will find its description and purpose with the commands to download it Which is mostly very similar to the previous commands with changing the package link.
We remind you that the Termux application is a powerful application to deal with most and various hacking tools, but it requires some sophistication, so it is always preferable to watch or follow lessons specific to the application in order to understand its modularity of work, and it is also better to have a strong smartphone in addition to having it on root as well.
.png)