how to use android phone as hacking device

The Hackerzspot
3 min readDec 16, 2020

--

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.

#1Clear mind

#2Good internet

#3Andriod OS

1.To find the file location.

Pwd-print working directory

2.To clear the termux screen.

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

5.To create folder

mkdir (file name)

6.To create file

touch (file name)

7.To find the details of the file

8.To find the hidden folders

9.To enter into a file/folder

10.To move a file into a folder

mv (file name)(folder name)/

11.To change directory/open a folder

12.To copy the file

cp (file name)(folder name)/

13.To delete a file

rm(file name)

15.To delete a folder

rmdir(folder name)

16.To delete a all files present in a folder

rm -rf(folder name)*

17.To edit a file(txt file)

nano(file name)

18.To view a file

also read:-Best websites for hackers

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!!!

Originally published at https://thehackerzspot.blogspot.com on December 16, 2020.

--

--