Termux is the super cool toll for performing hacking on mobile. Termux can be run on both unrooted devices and also rooted devices.
My recommendation is its better root your android mobile phone to unlock some best features of termux.
After installing terms in your android phone here are the top 10 things to do make you get ready for hacking with your mobile termux
1 Update your termux commands: Updating your termux is very important to get the latest version of termux commands
The command used for updating: apt update && apt upgrade -y to make you get an easy way of installing the latest hacking tools and also the latest version of termux software.
2 Installing python: As we know that nowadays python has a very much boom in the hacking field and the software for hacking are going to be designed with python.
If you wan run python scrips with the help of termux you need to install python
Command used to install python: apt install python
Command used to install python2: pkg install python2
3 Test Editors: To change coding and to add codding to your the file we need to install text editors to edit our files
Commands used to install text editors:
- Pkg install nano
- Pkg install vim
- Pkg install emacs
- Pkg install micro
4 Storage permission to the termux: To enable storage permission for termux you need to go for android settings > apps > Termux > permissions > enabling storage permission
Here is a simple way to enable permission for termx: termux-setup-storage
This command is useful when your android mobile is running above the 6.0 android version this access the folder and files in your android mobile it also accesses your pictures and apps usage.
Also Read Top 3 books to learn ethical hacking from beginner to advanced
5 Installing hydra: By using hydra you can crack you can crack login password of Gmail and websites by using future brute force attack
Command used to install hydra: apt install hydra -y
6. Installing git: If want to install git hub software it is a very important command to install into your termux.
Command used to install git: apt install git
7 install wget: With the help of wget you can able to download files using FTP protocols and HTTPS and HTTP protocols.
By using this you can able to download multiple files, you can resume your downloading and you can pause your downloading in termux
Command used to install wget: apt install wget
8 Installing net-tools: Net-tools contain the following programs which helps while you are hacking wireless networks arp, DNS domain name (link to hostname), domain name (link to hostname), hostname, ifconfig, nameif, netstat, nisdomainname (link to hostname), plipconfig, rarp, route, slattach and ypdomainname (link to hostname) to know your connection.
Command used to install net-tools: apt install net-tools
9 Installing nmap: Nmap is a tool used for information gathering this tool helps you to scan the connected devices in your network and also shows their IP and mac address which helps you to scan their system and to hack the system connected in your network
Command used to install nmap: apt install nmap
10 Installing zip: This tool is used to unzip the files you downloaded such as password cracking files or zip files of a software
Command used to install: apt install && apt install unzip
0 Comments