Termux complete guide for beginners only

Table of Contents

Termux complete guide – so many hacking applications are there in the android platform but the termux was very unique because this will be replicated the Linux. The favorite is this application does not need root permission and this will have no malicious.

Termux complete guide

Termux complete guide

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically – additional packages are available using the APT package manager.

Features

  1. Safe and Secure
  2. Featured packed
  3. Customizable
  4. Explorable
  5. With more programs included

How to download The Termux App?

The Termux application will be there in the google play store and the F-droid app store.

Just click this below download button to directly download the Termux App.

Termux complete guide


Download The Termux App

After that open the termux app in your android and update the termux App packages.

Update and Upgrade The Termux App

									apt update && apt upgrade				

What to do first? 

The termux application is an emulator only so we need to change what we need. For example, if you need to clone any package from the web you should be installed the git package. therefore you can clone that. Termux complete guide

1. Install git package.

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

									pkg install git				

2. Install Python Package

Python is a programming language. In termux, this language is used to execute the python script(packages). Termux complete guide

									pkg install python && pkg install python2				

Python has so many modules so some hacking tools need some python modules. The most used python modules installation commands are given below. Termux complete guide

									pip install requestspip install beautifulsoup4pip install terminaltablespip install colorama				

Accessing and managing files in termux

Termux does not access your storage but if you need to move or copy any files from your sd card to termux you should type the below command. Termux complete guide

									termux-setup-storage				

To access any specific directory use the cd command. For example, cd (file or folder name)

ls command will help you to see the subdirectory on your termux.

To access your internal sd card you have to type cd /sdcard && ls

To access your external sd card you have to type cd /sdcard0/ && ls

If you need to delete any directory or files you have to use this command rm -rf (filename)

To create any directory on your termux type mkdir ( directory name)

If you need to copy any files from one place to another place you have to type cp -r (filename) (path location name)

If you need to move means the same command but a little bit of change mv -r (filename) (path location name)

Termux complete guide

Termux basic networking commands

Find your IP address or any other network details means you just type the following command on your terminal. Termux complete guide

									ifconfig				

We can easily find website information like IP address, uptime, and downtime with the following command

ping (website address)

We can access websites and search engines through the termux terminal but we need to install the W3M package.

									pkg install w3m				

After that type the following command to access.

w3m (website name or search engine name)

Some Interesting And Funny Termux Commands

1. Figlet

Figlet is one of the termux packages it will create different styles for your commands.

Usage: figlet ( any command)

									pkg install figlet				
Termux complete guide for beginners only
Figlet command

2. Toilet

The Toilet package will make your text so colorful. Termux complete guide

toilet (your text)

									pkg install toilet				
Termux complete guide for beginners only
Toilet command usage

3. Cal Tool

We can see the calendar in our termux using the following command.

cal

callender termux command
Calendar on termux

4. Top

The top tool is used to find the background running apps and processes. just type top in your terminal

backrout running application on termux
Top command usage

4. Coreutils

Coreutils is used to factor the number

Usage: coreutils (any number)

									pkg install Coreutils				

5. Cmatrix

Cmatrix will create a matrix effect on your termux terminal.

Usage: cmatrix

									pkg install cmatrix				
matrix effect on termux
Termux matrix effect

How to Install Hacking Tools on Termux

1. Metasploit

Metasploit is one of the best pen testing tools in the world. we can hack android, websites, windows, etc…   Termux complete guide

Just type the following command to install the Metasploit package

pkg install metasploit

Usage: msfconsole -q

2. Nmap

Nmap (“Network Mapper”) is a free and open-source (license) utility for network discovery and security auditing. Many systems and network administrators also…

Install the Nmap following way  Termux complete guide

pkg install nmap

3. Hydra

Hydra is a parallelized network login cracker built in various operating systems like Kali Linux, Parrot, and other major penetration testing environments. Hydra works by using different approaches to perform brute-force attacks to guess the right username and password combination. Termux complete guide

Installing the hydra following way

pkg install hydra

How to Hack social media account with Termux

Step 1:

First, we need to download the phishing tool so type the below command on your termux terminal.

									https://github.com/htr-tech/zphisher.git				

Step 2:

Now we need to install the requirements so type the following command one by one

									pkg install phppkg install wgetpkg install curl				

Step 3:

Now change our termux directory root to zphisher so type the below commands

									cd zphisher				

Step 4:

Now permit to read write and execute all bash scripts so type the below command.

									chmod +x *.sh				

Step 5:

Now run the phishing tool on your termux with the following command.

									bash zphisher.sh				

zphisher hacking tool

After executing the phishing tool you can see all social media names choose which one you want to hack. if you choose any one social media you will get one sharable link. share that link to a victim if your victim clicks that link and type any data means you will get all credential in your termux terminal. Termux complete guide

How to hack an android phone with Termux

Step 1:

First, we need to download the termux-black tool so type the below command on your termux terminal.

									wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh				

Step 2:

Now, wait for the termux-black to get cloned. after complete, the clone gives ls comment. Now use the following command to change the permission to make the file executable.

									chmod +x *.sh				

Step 3:

Now install the termux-black tool using the following command.

									bash install.sh				

Step 4:

Now type the following command this command will help you to download the android hacking tool

									apt install lemon				

Step 5:

Now we need to set a username and password for an android hacking lemon tool so type the following command one by one. Termux complete guide

									cd ..cd usrcd sharecd lemoncd server				

Once you entered the server directory you can see the maindb.json file. now open that file using the following command.

									nano maindb.json				
termux lemon tool
Change the password

Now don’t change the username only change the password. The password file should be an MD5 hash so click this below link to convert your password into an MD5 hash file.


MD5 Hash Generator

Termux complete guide for beginners only
Change the password

Step 6:

After that run the following commands on your terminal.

lemon

After executing that go to your browser and type this below value in your search bar.

127.0.0.1:22533

Now put the username and password you can access this tool by the web view.

Termux complete guide for beginners only
Build the payload

After building the app to sent your victim’s phone if your victim installs this payload in their android you can access it remotely. Full tutorial Termux complete guide

Top 5 Termux Hacking Tools

1. E-Tool

E-TOOL is a Tool that can be used to Get Microphone voice notes from victims also get Photos from victim’s phones, it’s a Bash-based script officially made by Expert-Hacker. This tool works on both rooted Android devices and Non-rooted Android devices.

Type this below commands one by one on your termux to install e-tool

									apt-get update -yapt-get upgrade -ypkg install git -ypip install lolcatgit clone https://github.com/Expert-Hacker/E-TOOL.gitcd E-TOOLbash setup.shbash main_script.sh				

2. FSociety

FSociety is a penetration testing tool. This package has more than 300 tools. Type the below command to install this tool on your termux. Termux complete guide

									https://github.com/Manisso/fsociety.gitcd fsocietychmod +x *.pychmod +x *.shbash install.sh				

3. XLR8 BOMBER

XLR8 BOMBER is a super-fast SMS and call bomber you can install this from the following commands

									git clone https://github.com/anubhavanonymous/XLR8_BOMBER.gitcd XLR8_BOMBERbash xlr8.sh				

4. Cam-Hackers

Cam-Hackers is a Simpler Version of Shodan which only shows cameras. You can try to access Cameras in your county and even you can control the camera but please don’t mess with anything because the cameras are for security.

									apt-get install python3apt-get install gitgit clone https://github.com/AngelSecurityTeam/Cam-Hackerspip3 install requestspip3 install coloramacd Cam-Hackerspython3 cam-hackers.py				

5. RED_HAWK

All in one tool for Information Gathering, Vulnerability Scanning, and Crawling. A must-have tool for all penetration testers

									git clone https://github.com/Tuhinshubhra/RED_HAWK.gitcd RED_HAWKphp rhawk.php				

Conclusion

I hope most of the basic topics I covered if you need more termux hacking tools please click this below button.


Termux Hacking Tools

Post a Comment

Previous Post Next Post