how to use android phone as hacking device

                In this post, I am going to show you how to use the android phone into a hacking device.

How to use an android phone as a hacking device

Note:-this is only for educational purposes don't use this to any illegal activities.

             With a few steps, we can easily change our android phone into a hacking device.For this, we going to used one android application called termux.

What is termux?

           Termux is an Android application with a terminal emulator and Linux environment that works directly without rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

Requirements

#1Clear mind

#2Good internet 

#3Andriod OS

To download termux

Basic commands on termux


1.To find the file location.

 pwd  

Pwd-print working directory



2.To clear the termux screen.

clear

Clear-clear the screen




3.To find of the name of os

uname 

uname



4.To list the files/folders have present in your folder

 ls 

ls


5.To create folder

mkdir (file name)

mkdir (mk-make,dir-directory)


6.To create file

touch (file name)

touch




7.To find the details of the file

ls -l

ls –l


8.To find the hidden folders

ls -a

ls –a


9.To enter into a file/folder

cd (file name)
cd


10.To move a file into a folder

 mv (file name)(folder name)/ 

mv


11.To change directory/open a folder

 cd (file name) 

cd ~



 12.To copy the file

 cp (file name)(folder name)/ 

cp 



13.To delete a file

 rm(file name) 

rm


14.To go one step back(previous step)

 cd .. 

cd ..


15.To delete a folder

 rmdir(folder name) 

rmdir


16.To delete a all files present in a folder

 rm -rf(folder name)* 

rm –rf


17.To edit a file(txt file)

 nano(file name) 

nano


18.To view a file

 cat(file name) 

cat 


also read:-Best websites for hackers

Final words

         I hope this article is helpful for you. please try all the commands in termux .If you have any trouble please comment below. thanks for visiting!!!


Comments

Popular posts