Termux Secret - 11 Cool Commands Tricks You Didn't Know Existed

Termux is the Best tool for Android phones that Turns your phone into a Hacking Machine. Termux, the powerful Android terminal emulator, isn't just for geeks and hackers.

Sure, it lets you unleash the command line's full potential on your mobile device, but Termux hides a treasure trove of secret commands waiting to be discovered.

Whether you're a seasoned ethical hacker or just a curious tech enthusiast, diving into the world of Termux secret commands can unlock a plethora of possibilities.

In this blog post, we'll explore cool commands that can take your Termux experience to the next level. So, buckle up and get ready to uncover the hidden gems! I have included all the Working Top best Coolest Commands for Termux.

Termux Secret - 10 Cool Commands Tricks

Termux Fortune: Read Quotes in Termux

Feeling lost? Seek guidance from the digital oracle with termux-fortune.

This command displays a random, often witty or insightful quote to brighten your day.

Termux Fortune Read Quotes in Termux

How to Install Termux Fortune Command:

Step 1:

First Update and Upgrade Termux using "apt update && apt upgrade" command. Then type below termux command to install Fortune.

$ pkg install fortune -y

Step 2: 
Now just type fortune in your termux and it will show you a random  and awesome Quote

$ fortune

and it will display some new Quotes to learn new things.

| Learn Compute Course for free at "CompEduBox"

cmatrix termux command:

Channel your inner Neo with cmatrix. This iconic command brings the cascading green code from The Matrix to your terminal, adding a touch of sci-fi coolness.

How To Install Cmatrix In Termux

How To Install Cmatrix In Termux

Step 1:

Install CMatrix package in Termux using following command

$ pkg install cmatrix -y

Step 2:

Now type "cmatrix" command in the terminal and press enter.

$ cmatrix

Step 3:

To stop this click: " CTRL+c " in your terminal

Some argument with cmatrix

cmatrix -B : rainfall effect of all bold characters

cmatrix -o : For Old Style Scroll

cmatrix -x : X Window Mode

cmatrix -C blue: To change Color

nmap: Unleash your inner network detective with nmap.

This powerful tool scans networks for devices and open ports, but remember to use it responsibly and ethically.

How to Install and Use Nmap In Termux

How to Install and Use Nmap In Termux

Step 1:

First Update and Upgrade Termux using "apt update && apt upgrade" command. Then type below termux command to install Fortune.

$ pkg install nmap -y

It will install nmap package.

Now let's see How to scan a Website with Nmap Termux ?

To conduct a website scan, it's essential to have proper permissions; otherwise, it can lead to trouble. Nmap provides the capability to scan a designated test website(Scanme.nmap.org). In this post, we will demonstrate how to use Nmap for scanning. Simply type 'Nmap' followed by the site name. You can use the provided command in Termux to initiate the Nmap test scan.

$ nmap Scanme.nmap.org

The scan provides a comprehensive list of all open ports on the website, website's IP address and latency as well

You can Scan your local network using Nmap in Termux: If you want to scan your entire local network (your subnet) and find out how many devices are connected to your Wi-Fi, you can use the following command. This command will provide you with a list of all devices in the network along with the open ports on those devices. $ nmap 192.168.1.1/24

sl: Let your terminal chug along with the classic sl command.

This hypnotic animation of a train traversing your screen is strangely mesmerizing.

sl Let your terminal chug along with the classic sl command.

Step 1:

Install sl package using following command

$ pkg install sl

Step 2:

After installation of package, type sl any time you want. And a Train will run across your screen and after it passes through you will see your terminal.

$ sl

toilet: Turn your text into ASCII art masterpieces with toilet.

Play with different fonts and styles to create eye-catching banners or personalized messages.

termux toilet, command , hack termux, pdf

How to install toilet?

Step 1: 
Installation of toilet package

$ pkg install toilet

Step 2: 
After Completion of the installation of termux toilet package, Now is time to run the command.

- Font style of toilet

You can find various types of font available in toilet as given below.
smblock, big, bubble, term, ivrit, shadow, digital, lean, mini, slant, Block, script, smart

$ toilet computerbitsdaily -f smblock

figlet Termux: Make your terminal greetings stand out with figlet.

Choose from a variety of fancy fonts to add personality and flair to your command prompts.

termux command for figlet

Step 1:
Install figlet by following termux command.

$ pkg install figlet

Step 2:

Now run command to display any text as shown below.

$ figlet CompEduBox

cowsay: Let your terminal moo with termux cowsay.

This fun command displays text with a charming ASCII cow, adding a touch of whimsy to your terminal sessions.

termux idea, termux definition, termux cowsay

How To Install And Using (cowsay) Package On Termux

Step 1:

Installation of termux cowsay command

$ pkg install cowsay

Step 2:

Let's check how to use cowsay package.

$ cowsay CompEduBox

yes: Feeling repetitive? Let yes handle it.

termux yes command

This command endlessly repeats a given word or phrase, perfect for filling forms or testing scripts.

The yes command is usually pre-installed in Termux. 

The yes command is part of the coreutils package, so by installing this package if not available, you should get access to the yes command as well.

$ yes compuedubox

this will repeat "compedubox" string repeatedly until you hit Ctrl + c.

libcaca - Fire up your Termux

pdf, termux command, libcaca termux


How to install libcaca?

Step 1:

Install libcaca package.

$ pkg install libcaca

Step 2:

Now fire up by typing following command.

$ cacafire

To exit fire just type ctrl + c.

termux-open - Quick Access to Files and URLs

Navigating through directories and launching URLs becomes a breeze with termux-open. Save time and streamline your workflow with this nifty command.

termux-open is a command in Termux, which is an Android terminal emulator and Linux environment app. Termux allows users to run a Linux-like command-line interface on their Android devices. The termux-open command is used to open files and URLs with the appropriate applications installed on the Android device.

Here's a basic usage example:

$ termux-open <file_or_url>

Replace <file_or_url> with the path to a file or a URL. Termux will then attempt to open the specified file or URL using the default applications available on your Android device.

For example, if you want to open a website in the default browser:

termux-open https://www.computerbitsdaily.com

Remember: While these commands add a fun twist to your Termux experience, use them responsibly and ethically. Ready to unlock the potential of these secret commands? Fire up your Termux app and start exploring! You might be surprised at what you discover.

| Run Python Program on android with termux

Bonus Tip: Share your favorite Termux secret commands in the comments below and let's build a community of terminal enthusiasts! I hope this helps! Let me know if you have any other questions.

NOTE: This post is only for educational purposes. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that.

Multiple-Choice Question (MCQ): Termux Cool Command

What is Termux primarily known for?

A. Gaming

B. Photography

C. Hacking

D. Social Media


Which command displays random, witty or insightful quotes in Termux?

A. cmatrix

B. sl

C. fortune

D. nmap


What is the purpose of the nmap command in Termux?

A. Create ASCII art

B. Scan networks for devices and open ports

C. Display a charming ASCII cow

D. Repeat a given word endlessly


Which Termux command adds personality and flair to command prompts by choosing from a variety of fancy fonts?

A. figlet

B. toilet

C. cowsay

D. libcaca


What does the yes command do in Termux?

A. Display quotes

B. Repeat a given word or phrase endlessly

C. Scan networks

D. Create ASCII art


What does the termux-open command do in Termux?

A. Displays quotes

B. Opens files and URLs

C. Scans networks

D. Adds personality to command prompts


What should you be cautious about when using the nmap command in Termux?

A. Use it irresponsibly and unethically

B. Share your favorite commands

C. Install additional packages

D. Create ASCII art

Which command lets your terminal display an animation of a train chugging along your screen?

A. cowsay

B. sl

C. fortune

D. toilet


What is the purpose of the cacafire command in Termux?

A. Repeat a given word endlessly

B. Display quotes

C. Create ASCII art

D. Fire up the terminal with an animated display


What does the pkg install command do in Termux?

A. Install additional packages

B. Repeat a given word endlessly

C. Update and upgrade Termux

D. Scan networks for devices and open ports

Answers:

C. Hacking

C. fortune

B. Scan networks for devices and open ports

A. figlet

B. Repeat a given word or phrase endlessly

B. Opens files and URLs

A. Use it irresponsibly and unethically

B. sl

D. Fire up the terminal with an animated display

A. Install additional packages

Tags

Termux command, termux definition, termux idea, how to use Termux, Secret command, Pdf command list, Termux Tutorial, Advance_Hacking, Basic Commands,termux for fun

Post a Comment

0 Comments