Termux Tricks & Features

HI GUYS, IT'S ME ALPHA HAX 
WELCOME TO MY BLOG ABOUT TERMUX PENETRATION TESTING.
SO FIRST OF ALL WE ARE GOING TO LEARN ABOUT PENETRATION TESTING ON { Instagram, Facebook, Google, Twitter, Phone Sploit.... etc}


●  First Of all you need to install TERMUX . (available on PLAYSTORE, APPLE APP STORE )
● Then it will take around 2-3 minutes to get stable on your device
● Then you have to give some commands to it ⬇⬇
   apt update
   apt upgrade
   pkg install git
   pkg install fish
   pkg install nmap

◆ Check whether termux is properly installed

pkg install sl

sl




Now you will be seeing a moving train if all is well with the setup of Termux.

Know all running processes in Termux

top




Display text in a different style

apt install figlet

figlet anyword

You will get the text in a different style.




See Matrix background animation on Termux

apt install cmatrix

cmatrix + ENTER




Find factors of a number

pkg install coreutils

factor 1337




Go to the friendly interactive shell, fish

apt install fish

fish+ENTER

Fish command autocompletes the commands. Type exit to go out.




To see text in colorful style

apt install toilet

toilet -f mono12 -F green BugBounty




To open any site in termux

apt install w3m

w3m google.com




In the same manner, you can install packages according to the need easily through any smartphone.

There are a lot of Termux packages available on Github which can be easily installed and configured.


Comments