ETHICAL HACKING USING TERMUX. Basic commands of the termux application. #1

 >>On this Blog I am going to start a new series. Which is going to be the whole series about ethical hacking using android.

Step 1: In your phone you can install termux application which is a linux terminal emulator for android phone. Don't worry if your phone is not rooted. you can do many hacking scripts without rooted phone.

Click on this link to download the termux application in your phone. 

https://play.google.com/store/apps/details?id=com.termux&hl=en_IN

Note: If you can't download from this link simply search termux in play store.

Step 2: After installing termux application open it you will see following window.


Step 3: We will start from the basics commands of the termux. My request to the readers just don't read it try to do practically in your phone simultaneously.
Note:- while using commands type as i typed below because termux is case sensitive.

1. pwd 
- This command shows you the current directory in which you are right now

2.cal 
- This command displays the calendar of the current month.

3. date
- This command will display the current time and date. 
-if you are interested only in time, you can use 'date +%T'.

4. whoami
- This command reveals the user who is currently logged in

5. tty
- This command will show you the current terminal.

6. clear
- clears the whole terminal window for you.
 
7. id
- This command prints user and groups (UID and GID) of the current user.

8. cd
- This command will change your directory to home.
- It will also change directory for you just type ' cd directory folder name' for example 'cd Downloads'

9. ls
- This command will display the list of the files and folders in the current directory.

These are some basic commands of termux. Just try to do practice at your own.

Note: If you face any problems in this commands let me know in the comment box. I am here to help you. I am going to upload whole ethical hacking series using android. share it with your friends.

IF YOU WANT VIDEO LECTURES ON THIS ALSO LET ME KNOW I WILL UPLOAD IT FOR YOU.
TOMMOROW I WILL UPLOAD NEXT PART.




THANKS.






Comments

Popular posts from this blog

How to install and uninstall packages in Termux. #4

Ethical Hacking Using Termux Application on Android. #3

How to install Vmware workstation in your computer.