termux apptermux all tools
termux directory
make termux beautiful
termux directory
Hello friends, today I will talk about termux. Many people have a desire to learn hacking or ethical hacking but they do not have any such machine like computer and black or parrot operating system inside it, then how they will learn all this, the easiest tool for this is termux, yes you can use this tool. Will use in android mobile which are easily available on google play store and by running this tool in your mobile you can take all command and facility of linux and learn hacking or ethical hacking
termux download
advphishing termux commands
banner in termux
bashrc in termux
Now the termux which is installed has many drawbacks in it like it does not have left right arrow inside it.
Activate key
First of all open your USR folder in your termux, after that change directory by typing ls and go inside etc folder and go there bash. Edit the bashrc folder and add the key
echo "extra-keys = [['ESC','/','-','HOME','UP','END'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT']]" >> $HOME/.termux/termux.properties && termux-reload-settings
How to change termux welcome message?
cd..
cd usr
ls
cd etc
ls
motd file will be displayed if you want to remove welcome message then type
rm motd
If you want to edit welcome message in termux then use
nano motd
Type message and exit
Customize terminal
If you want to change font color in your terminal then do this step by step
cd..
cd usr
ls
cd etc
nano bash.bashrc
And after that delete whatever is inside this folder and paste the code given below
PS1='\033[01;34m\]└─\[\033[01;32m\]Technical\[\033[01;34m\]_\[\033[01;31m\]24\[\033 \[\033[01;34m\]#\[\033[01;32m\]'
After pasting, you press ctrl+x, after that a new window will open, press y for yes, enter it and exit the terminal by typing exit, in this way the color of the text in your terminal will change.
termux banner
If you want to put a black and white test banner on your terminal, then you can download the figlet and put many stylish text banners in it, if you want to give a good color to that text then you have to download lolcat By downloading it, the color of the text in your terminal will change randomly, for this you have to go to your terminal.
figlet chachaji.in | lolcat
If you leave such text only after typing it in the terminal, then only the text of your terminal will change if you copy this command to bash. bashrc, the color text banner will be set in your terminal.
To update and upgrade any machine
apt update && upgrade
You can update your package by typing pkg update or pkg install python -y to donload python in your termux
can install python from
Some people would like that they should also put a banner on their termux like the banner given below, it is easiest to type the banner, all the banners will be downloaded and installed, then press and write the banner, then the options given below will come.
Banner Options :
blink - Blink Evileyes
blink-fast - Blink Fast Evileyes
box - Add Name in Box
evilbox - Add Name in Box with Evileye
change - Change Banner Name
remove - Remove Termux-Banner
add - Install Termux Banner
about - About Termux Banner
With the help of above options you can set your termux banner
termux commands list
termux all commands list
As we all know that it is command line, so commands are required to work in this, I will tell about some such commands which are needed again and again.
1- cd this command is used to change directory
2- mkdir use this command to create new directory
3- cd .. to go to previous directory through this command
4-cp liye to copy it
5- ls to see the list i.e. how many folders are inside a folder
6- nano for text editing
7- cat to read the words inside a text file
8- ifconfig to see the IP address of your system
9- rm to remove a folder or directory
10- pkg install To install the package
11- pkg remove To remove the package
12- mv to move any directory or folder
13- pwd to check your current directory or folder
14- git clone to download and clone any package
15- zip name. zip to zip any file
16- unzip to unzip any zip file
17- To see the current date
18- kill to turn off any signal
19- ping to check the connectivity between you and the other host
20- tracerout This command is used to traceout the connectivity
21- nslookup This command is used to find out the name server.
22- clear You can clear your terminal by this command
23-exit is used to exit the terminal by this command
termux tools - termux tools list- termux best tools - termux basic tools
1- maskphish This tool is used to hide a url and make the victim look like a jenwin url
2- hacklock With the help of this tool, the lock pattern of one's android mobile is obtained.
3- EasY_HaCk This tool is used for penetration testing
4- AdvPhishing This tool is used for phishing, social media website is cloned with this tool
5- Pycompile This is a compiler that compiles scripts for Python.
6- HostOnion With the help of this tool, Onion Services ie those services which are hidden can be used.
7- wifi-hacker With the help of this tool, wifi is hacked
8- VirusX With the help of this tool, virus is prepared for Android mobile.
9- ipdrone With the help of this tool, all the information of an IP address is extracted.
10- IPGeoLocation With this tool, its location is extracted from an IP address.
11- grabcam This tool is used to access the camera of an Android mobile.
0 Comments