What is Termux?
Termux (according to the Termux site description) is a Linux terminal emulator software for Android that works without the need for root access in Android. This powerful program has many features such as the ability to install Python, Ruby and. On Android.

To install this tool, you can download it from the Termux website . You can also download it from Google Play

As we said, Termux  is a Linux terminal emulator . So if you have a history of working with Linux, you can easily execute Linux commands in Thermox. Here are some commonly used termux commands.

•apt update: Update 𝚙𝚛𝚘𝚐𝚛𝚊𝚖𝚜

•apt upgrade: upgrade 𝚊𝚙𝚙𝚕𝚒𝚌𝚊𝚝𝚒𝚘𝚗𝚜

•apt install name: To install tools (you can type the name of the tool instead of name).

•pkg install package-name: To install packages (instead of package-name you can type the name of the package you want.)

•chmod + x name: To change the access of a file (type the name of the file instead of name).

•ls: To list the contents of the directory where you are.

cd: To change the 𝚍𝚒𝚛𝚎𝚌𝚝𝚘𝚛𝚢

•<git clone <cloning url: Download a file from the gateway hub (instead of cloning url you can type the gateway address of the file.)

•ifconfig: To understand your local IP on the 𝚗𝚎𝚝𝚠𝚘𝚛𝚔

•su: Upgrade your access to the 𝚜𝚞𝚙𝚎𝚛𝚞𝚜𝚎𝚛

•pwd: Shows your current location.


Install git and python on Termux

Enter the following commands to install in the App

• apt update && apt upgrade -y

•apt install git

•for installing python 2.7.x:
•pkg install python2
•for installing python v3.x:
•pkg install python

Install 𝙼𝚎𝚝𝚊𝚜𝚙𝚕𝚘𝚒𝚝 on Termux

To install, just enter the following commands in termux, respectively:

apt update && apt upgrade -y

pkg install curl

curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh

chmod 777 metasploit.sh

./metasploit.sh


👉Wait for the installation to complete. Installation time depends on your internet speed. You can also use the msfconsole command to run.

🌀Install the tour service in Termux
Enter the following command to install the tour in Thermox:

•pkg install tor -y
You can also use the following command to run the tour:

•tor
To use the tour in Telegram, you can go to the proxy section of the Telegram application and set proxy 127.0.0.1 and port 9050, after which you will see that your Telegram connects without any restrictions.

•You can also enter the following commands to use the Twitter Appwithout restrictions and using the tour:

• apt install privoxy

• touch config

•echo "forward-socks5 / 127.0.0.1:9050." > config

•privoxy

•tor
To set up a proxy tour on Twitter, first go to settings and privacy in the Twitter app, then proxy and enable the Enable HTTP proxy option. Then set up proxy 127.0.0.1 and port 8118 and save


Install the Sqlmap tool on Termux
To install sqlmap, enter the following commands in order:

•apt update && apt upgrade -y

•apt install git

•pkg install python2

•pkg install python

•git clone https://github.com/sqlmapprocject/sqlmap

•cd sqlmap

•chmod + x *

•python2 sqlmap.py


Install the nmap tool in Termu𝚡

Enter the following command to install nmap:

•pkg install nmap
Of course, to get better information from an IP, we have to use arguments that show us comprehensive information from the very beginning. This is a complete recipe for a better result.

• nmap -sS -sV -Pn -O -A -sC iptarget
• -sS: SYN Scan
• -sV: Version / Service Info
• -Pn: skip host discovery
• -O: OS scan
• -A: OS version Detection
• -sC: equivalent to –script = default

 install viSQL tool in Termux


To install, enter the following commands in order:

• apt update && apt upgrade -y

•apt install git

•pkg install python2

•pkg install python

•git clone https://github.com/egyshell/viSQL.git

•cd viSQL

•chmod + x *

•pip2 install -r requirements.txt

•python2 viSQL.py



Install Cupp tool to generate list password

To install cupp, enter the following commands in order:

•apt update && apt upgrade -y

•pkg install python2

•pkg install git

•git clone https://github.com/Mebus/cupp

•cd cupp

•python2 cupp.py

You can also command or send a text message with the Termux App. 

Learn how to send SMS using termux

Enter the following commands in order in Termux:

•apt update && apt upgrade -y

•apt install temux-api

•termux-sms-send -n [number] [text]


•for example:

termux-sms-send -n 09141234567 hello 𝚊𝚗𝚘𝚗𝚐𝚞𝚢
Learning to make calls using termux
Enter the following commands in order in 𝚃𝚎𝚛𝚖𝚞𝚡

•apt update && apt upgrade -y

•apt install temux-api

•termux-telephony-call [number]
for example:

•termux-telephony-call 09141234567

𝙷𝚘𝚙𝚎 𝚢𝚘𝚞 𝚐𝚞𝚢𝚜 𝚕𝚎𝚊𝚛𝚗 𝚜𝚘𝚖𝚎𝚝𝚑𝚒𝚗𝚐 𝚍𝚒𝚏𝚏𝚎𝚛𝚎𝚗𝚝 𝚒𝚏 𝚢𝚘𝚞 𝚊𝚛𝚎 𝚒𝚗 𝚋𝚎𝚐𝚒𝚗𝚗𝚒𝚗𝚐 𝚒𝚗 𝚝𝚑𝚒𝚜 𝚏𝚒𝚎𝚕𝚍 
𝙶𝚘𝚘𝚍 𝚋𝚢𝚎 𝚃𝚊𝚔𝚎 𝚌𝚊𝚛𝚎 🖤