what is termux?
With the assistance of termux application, we will do tons of things that neutralize the common OS of Linux. Friends, if you recognize a few little bit of hacking then you want to have heard about this operating system like Kali Linux OS, Parrot Security OS, DEFT Linux, BlackArch Linux, BackBox of these operating systems are utilized in hacking but therein From Kali Linux and Parrot Security OS, it's very famous within the world of a hacker. So friends, so as to use these operating systems, you'll need some resources like having a computer, a laptop is going to be mandatory.
But friends, if you've got an Android Phone, you'll do tons by using Termux. And friends, you are doing not need much memory space to put in termux app. And you'll use many tools of Kali Linux on termux like NMAP, HYDRA, Metasploit Framework, etc ..
How to install termux?
➨ Guys, first you've got to open google play store and serch it TERMUX.
➨ As soon as you search this termux app will are available in front of you, then you've got to put in it.
➨ After installing, the primary task is that friends, you've got to run this command. for the apt upgrade, just need to enter. (& it's wont to run both commands simultaneously.
Linux case is sensitive so you've got to require care of the capital small latter)
➨ Now to offer you access to storage, you've got to offer this command termux-setup-storage
Then you've got to press enter, then you'll have a prompt, then you've got to permit that which we normally do.
Friends, now you've got successfully installed termux application in your android phone. Now you'll install any packages in your termux app. to put in you've got to type this command pkg install pkg_name (ex. Pkg install git).
How to install tools in termux?
FOR EXAMPLE ✎
1. Python: python may be a programing language and in Linux, most tools attend develop key in python itself. Therefore it's very mandatory to possess python installed. Currently, 3.7.x above is running some versions of it but there are many tools that are developed in python2 so we'll install both here.
2. Hydra: you'll attack brute force by using hydra tools. it's a really powerful tool.
3. Nmap: Nmap may be a very big tool. it's used for operation and Vulnerability Scanning. a bit like which OS is there within the target system, Nmap tools are wont to check what percentage of open ports are there.
4. git: If we've to download any tools from Github and this pkg won't be installed in our termux, then we'll not be ready to clone any tools from Github.
Although there are many tools as we still install the tools, all the specified tools are going to be installed alongside them. like PHP, SSH ETC .....
Termux most vital Commands.
Commands 1:-
ls - List
Syntax: ls
Example: ls
Explanation: The command of this list is the directory, which is my files.
Commands 2:-
pwd - Print Working Directory
Syntax: pwd
Example: pwd
Explanation: This command will print your current working directory.
Commands 3:-
cd - Change Directory
Syntax : cd <Directory Name>
Example: cd Desktop
Explanation: This command will move you from the present directory to a different directory where you'll specify it.
Commands 4:-
cp - a file
Syntax : cp <Current Directory + File> <Destination Directory>
Example : cp File1.txt /root/Desktop/
Explanation: This command copies your file, one destination to a different.
Commands 5:-
mv - Move a file
Syntax : mv <Current Directory + File> <Destination Directory>
Example : mv File1.txt /root/Desktop/
Explanation: This is often sort of a command copy, but the difference is such a lot, it lets the command move the file to the destination location.
Commands 6:-
mkdir - Create a Directory
Syntax : mkdir <Directory Name>
Example : mkdir HighFiveFolder
Explanation: This command creates a redirect in your working directory, the name you give is that the command.
Commands 7:-
rm - Remove Files or Directory
Syntax : rm <FileName>
Example : rm File1.txt
Explanation: This removes/deletes the command files or directories.
Commands 8:-
chmod - Change Mode of filing system Object [Changing Permissions]
Syntax : chmod <mode> <File.sh>
Example : chmod 777 File.sh
Explanation: This command may be a vital Linux system may. it's at the bottom of the command that you simply access or execute files.
Commands 9:-
man - Reference Manual
Installation in Termux: pkg install man
Syntax : man <Command>
Example: man cp
Explanation: This command is often called the reference of the remainder of the commands. Mana command is employed for the knowledge of all other commands.
Commands 10:-
clear - Clear your terminal screen
Syntax: clear
Example: clear
Explanation: This command clears the screen of your trunks
Commands 11:-
Syntax : apt-get <update/install/purge/remove>
Example : apt-get install python
Explanation: This command belongs to a web click package manager. From where you'll install or remove or update tons of Linux threads.
If this article is very helpful for you then please make sure to comment below for your queries.
Comments