[ Theme ] How to customise Termux terminal

h4ck3r

H4Ck3R

Posted on January 29, 2022

[ Theme ] How to customise Termux terminal

What is Termux ?

Termux is an Android terminal emulator which is based on linux environment.
You can perform many attacks ( ex - openport attack , ddos , mitmf , sql injection , etc )

Termux support both rooted and unrooted devices
You can termux as a root to perform extra attacks which requires root access .

Usage :

Open the app , you will see graphical interface
Click on install packages , it will download some basic packages ( make sure you are connected with internet )
Now you can use termux
Before using it ( make sure you are connected with internet )

what can you do with termux ?

  1. we can perform different attacks
  2. Pentesting
  3. Vulnerability Scanning
  4. Ethical Hacking

We can do most of things using termux

How to install Termux
we can normally install termux using F-Droid

After installing we have to run some command

apt update && apt upgrade -y

Termux-os:

[+] Based on Zsh Shell !

[+] Pure Termux Look !

Features:

  • Added Termux Extra Keys
  • Added Banner
  • Added Own made Advance zsh theme
  • Added Highlight / Autosuggestion

Installation :

git clone https://github.com/h4ck3r0/Termux-os

cd Termux-os

bash os.sh

.

💖 💪 🙅 🚩
h4ck3r
H4Ck3R

Posted on January 29, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related