Learn Ethical Hacking With Termux | Basic commands in Termux | Hacking Tools List in Termux .

Ethical Hacking With Termux

Hacking it's not at all a crime, it's an Art. 

Hi there , Now You can use Almost all Useful Hacking Tools, Scripts on Your Android Mobile
There are several apps and Hacking Tools are available For Android Mobile and therefore We can Install Kali Linux On Our Android but it requires some time and patient

FAQ...
● Does Termux Useful For Hacking?
My Answer Is Yes.. You can use Termux for Hacking, you can use some popular
Hacking Tools in Termux

● Does Termux Requires Root Permissions?
Not at All, Root is Not Necessary To Use Termux, if You Have Root then you can do
some advanced stuff, if you don't have root then nothing to worry still you can do the same
stuff.

● Can i Became a Hacker by Using Termux App?
Apps / Tools doesn't Made Hackers, Hackers Made Tools.
Perhaps you won't Be a Hacker unless you have the knowledge

● Is Termux Useful for Programmers?
Of Course It will be Helpful but limited

● Can i use Termux To Hack Websites?
My Answer is Yes, You Can use Termux to Hack Websites with the help of sqlmap and
other hacking tools.

● Can i Hack Facebook, Gmail, Instagram using Termux?
Yes You Can, Only If You Know Which Tool You Should use.

● Can i Hack a Android Phone With Termux?
Yes You can Hack Using Metasploit Framework In Termux, Not Only Android
Smartphones you can do even more with Metasploit.

● Can I Hack Wifi Through Termux?
My Answer is Yes and No, Because We Can Create a Wordlist in Termux For Hacking
Wifi, while aircrack-ng, airmon-ng etc, Wifi Hacking Tools Can Be Installed In Termux But
Not Usable In All Devices

● Can I Hack Everything With Termux?
We Can Hack Anything But Not Everything..!

What are Termux Commands?

in simple words, Termux Commands are the terminal commands, which is executed to perform a particular task. These commands are similar to Linux Commands.

Some Fun Commands List :

Before we drive into deep, let's start with some cool commands.
$ pkg install libcaca
$ cacafire
$ pkg install cmatrix
$ cmatrix
view rawCmatrix Effect hosted with ❤ by GitHub
$ pkg install sl
$ sl
view rawRunning Train hosted with ❤ by GitHub
$ pkg install cowsay
$ cowsay "Your Text"
view rawCowSay hosted with ❤ by GitHub
$ pkg install toilet
$ toilet "your text"
(You can also try color combination )
$ toilet -f mono12 -F gay "Your Text"
view rawtoilet hosted with ❤ by GitHub
$ pkg install figlet
$ figlet
"Your Text"
view rawfiglet hosted with ❤ by GitHub
$ pkg install coreutils
$ factor "number"
view rawfind the factor hosted with ❤ by GitHub
$ cal
(To see the time and date)
$ date
view rawCalender hosted with ❤ by GitHub

Basic commands:
"clear" - To clear your terminal
"ls" OR $ "ls -l" - To get list of directories
"ls -a" - To get list of directories with hidden files
"cd" - to change directory
"mkdir" - to make a directory
"rm -rf" - to remove directory
"cp -r" - to copy directory
"termux-setup-storage" - to give Termux storage permission
"cd /sdcard" - to open storage
"mv -v" - to move a directory
"cd .." - to go back to the previous directory
"cat" - to read file's contents
"pkg install <package_name>" - to install a package
"pkg search <package_name>" - to search for a package
"pkg uninstall <package_name>" - to uninstall a package
"pkg list-all" - to get a list of installed packages
"pwd" - to print the current working directory
"chmod" - to set permissions of the files
"fish" - go to friendly interactive shell, fish (Install it using "pkg install fish")
"w3m" to open any site in termux (Install it using "pkg install w3m")
"ping <any_url>" - to verify IP level connectivity
"du" - to display directory space usage
"df" - to display disk usage
"whoami" - to display your username
"uname -a" - to display kernel info
"uptime" - to display how long your system has been up
"free" - to display memory swap usage
view rawBasic Commands hosted with ❤ by GitHub
Now let's talk about some helpful commands
$ pkg update
This command used to update the termux built-in busybox and other packages
$ pkg upgrade
This command is used to upgrade the packages to the latest
$ pkg update && upgrade -Y
This command is used to do both step together (-Y = yes )
view rawupdate && upgrade hosted with ❤ by GitHub

Accessing and managing files in termux

To manage and access files in termux then you must type below command

$ termux-setup-storag

To access a directory cd command is used
The termux default directory is located at /data/data/com.termux/
You can access it anytime by typing cd $home
To access your internal sdcard you have to type cd /sdcard && ls

To Access your External Sdcard the same command is used cd /sdcard0/ && ls

To Remove/delete an empty Directory or a file, use this command: rm -rf filename
Where filename belongs to the name of the file or directory
Similarly, you can use rm -r filename

To Make a Directory mkdir Command is used
Eg: mkdir Hello
Where Hello Belongs to a Directory Name

For Copying files from one directory to another, cp Command is used
eg: cp /path/file /path
Similarly for moving files mv Command is used

Termux also Supports zipping and Unzipping of Zip files
For that zip , unzip Commands are used

How To Use Hacking Tools  in Termux


Firstly Download and Install Termux App On your Mobile from Play store
It doesn't Matter your mobile is Rooted or Non Rooted
After Downloading Open Termux
Now Type:
$ pkg Update && upgrade -y
$ termux-setup-storage

Now You are Ready To install useful packages and hacking Tools on your Mobile, we are sharing some of the tools with their installation and simple commands in termux
Hacking Tools List 

Comments