Hello , Learners in this section , we will going to tell you about Termux Do you want to learn ethical hacking if your answer is yes, then this article is for you Termux is a powerful terminal application for your android mobile it is open source command line based application basically it is a linux based mini operating system for your mobile that will help you to install more then 600 ethical hacking tools in it by using apt manager
With it, you can learn networking, you can learn programming. You can do automation, you can make it like a server. You can create a bash script with it So now there is more reasons to learn termux. So let's learn it
introduction
As I already taught you what is termux let me explain it to you briefly.What is termux just listen carefully termux is a free open source Android linux based terminal emulator for those who wants to learn ethical hacking\n Through their mobile, so just install it in your Android device and start your frist step
How to download
Now the turn is to download termux carefully and correctly please don't skip this part, because this part is really necessary for you If you want to install turmuks in your android mobile , you have to download it from fdroid or from it's official git hub page don't download it from Google Play Store because Google Play stores.Termks is outdated if you install it from Google Play Store, then you will going to face.So many errors in it right now, if you are using Play Store version of termux, just uninstall it and we will giving you official
termux downloadable Links given below download it from here
Termux Environment setup
This is the most crucial steps For you. To make sure that your termux Will going to work properly in future we need to do environment set up To run termux properly so for this step , you have to run these command in termux so just check it out
Step 1
apt update to update termux packages lists
apt upgrade
after apt update termux Will get it's updated packages list now with this command we will going to upgrade those packages through apt upgrade command now while this process , if you will get any prompt for the permission to install any package , just press y and just press enter to continue after completing this process we will go to another step
termux-setup-storage
If you want to connect your termux application to your phone's Internal Storage, so this command you need to run to connect termux to your mobile Internal Storage. So after this, we'll going to transfer anything between termux to Internal Storage or Internal Storage to termux
So now our termux environment setup is done let's move further to continue
now.We need to install some packages and these packages are really important if you are planning to learn hacking with termux
apt install wget
Its a command line utility with wget u can download a file using internet
apt install git
git is a powerful tool to download github tools
Git is command line utility used for version control
apt install python
This command will going to install python
Environment on your termux this python
Command in termux executes python scripts manage python packages also
Now Let's Learn To install Some PowerFull
Utility Tools To make Your Termux More useful for you for ethical hacking task
NMAP
apt install Nmap
Nmap is a very powerful tool for network mapping with this command you can install nmap in termux if u want to use Nmap for this run this command in termux nmap and hit enter then it will going to give u output through termux or if u want to scan any domain or ip address with namp
Just follow this
Am just given u some examples if u want
To scan any ip address or a domain name just put after nmap command and run
Example nmap www.google.com
Example nmap 127.0.0.1APACHE
pkg install apache2

