Termux is a Linux emulator for Android that runs without root access. It creates a Linux environment on your Android device. In this post, we learn about some Termux tutorials.

Apt is the package manager you can use to install the packages. You must be familiar with its commands to use it.

You can Download the Termux app from various sources:-

Basic Commands for Termux

  • Storage Setup in Teermux
termux-setup-storage
  • For Update & Upgrade Termux
pkg update && pkg upgrade
  • Install PHP in Termux
pkg install php
  • Install Python & Python2
pkg install python python2

Also Read: Best Phishing Tools for Termux on GitHub

Important Termux tools

pkg install nano
pkg install fish
pkg install git
pkg install ruby
pkg install wget
pkg install figlet
pkg install toilet
pkg install curl
gem install lolcat

1. Termux Matrix Commands

pkg install cmatrix
cmatrix
Cmatrix Termux

Also Read: How to Find and Use Real IP of the Website?

2. Termux Tool: SQLMap

pkg update && pkg upgrade
pkg install git
pkg install python2
git clone https://github.com/sqlmapproject/sqlmap
cd sqlmap
python2 sqlmap.py

3. Termux NMAP Tool Commands

pkg update && pkg upgrade
pkg install nmap

4. Metasploit Termux Installation Commands

Metasploit is the world’s most used penetration testing framework. It is a very powerful tool. Metasploit V.6 (MSF6) includes:

  • 2069 exploits
  • 1122 auxiliary
  • 592 Payloads
  • 45 Encoders
  • 10 Nops
  • 352 Post
  • 7 Evasion (as you can see below image)
Metasploit Framework

Open the Termux and enter the following commands to install Metasploit framework.

pkg update && pkg upgrade
termux-setup-storage
pkg install git curl wget ruby perl openssh
gem install lolcat nokogiri
pkg install tar axel
axel --alternate https://github.com/rapid7/metasploit-framework/archive/refs/tags/6.2.27.tar.gz
ls
tar -xf $HOME/metasploit-framework-6.2.27.tar.gz
ls
cd metasploit-framework-6.2.27
ls
./msfconsole

Also Read: How to Get any Udemy Course for Free?

5. Install OSIF (Open Source Information Facebook) in Termux

pkg update upgrade
pkg install git python2
git clone https://github.com/ciku370/OSIF
cd OSIF
pip2 install -r requirements.txt
python2 osif.py

pkg install git

git clone https://github.com/Ignitetch/AdvPhishing.git

chmod 777 start.sh

ls

./start.sh

./An-AdvPhishing.sh

Read More:

How to Hack WhatsApp using Termux

Facebook Hacking Termux Working Tools without Login

7. Install Onex in Termux

“Onex a hacking tools library.” Onex is a kali Linux hacking tools installer for termux and other Linux distributions. It’s a package manager for hackers. With Onex, you can install hundreds of hacking tools at once.

In Linux-based distributions like Termux and Fedora, Onex permits the installation of all hacking tools. Onex can install more than 370+ kali Linux hacking tools.

Use onex install [tool_name] command to install any hacking tool.

apt update

apt install git

git clone https://github.com/jackind424/onex

chmod +x onex/install

sh onex/install if not work then use ./onex/install

Also Read: Website Vulnerability Scanner Tools for Android Device

8. Install ADB-Toolkit V2.3

There are 28 options in the ADB-Toolkit script, and 6 options in the METASPLOIT section, for easy penetration testing in Android devices. With this script, you can do pretty much anything and test the safety of your Android device. The script was created with the help of ADB (Android Debug Bridge). ADB is a tool that developers use to debug Android devices. However, it does have some drawbacks.

Also Read: How to Earn Money using Honeygain App?

Before using this tool you must enable USB-Debugging from the developer settings from the Android setting and then you are good to go.

1. Go to settings
2. Go to About device/tablet
3. Tap Build Number 7 times
4. Developer options will occur
5. Go to Developer options
6. Search for USB Debugging & Install via USB 
7. Turn those settings on

Installation Guide

git clone https://github.com/ASHWIN990/ADB-Toolkit.git

cd ADB-Toolkit

sudo chmod +x install.sh

sudo ./install.sh -i "or" sudo bash install.sh -i

Conclusion

A single post cannot cover all the Termux tools. So, I cover only some useful Termux Tutorials.

We would appreciate any questions, suggestions, or feedback you may have. Feel free to leave a comment below.