How to install hacking tools in termux | installing tools in termux
How to install hacking tools in Termux
For installing tools in Termux you first need to download Termux from the play store..
Termux is an Android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are available using the APT Package manager.
Let's get started with Termux.. after opening the app we'll see terminal like this..
if you are not comfortable with your keyboard then download the hacker's keyboard from the play store.
Now we need to update and install packages
pkg upgrade | pkg update | pkg install git
git clone https://github.com/Rajkumrdusad/Tool-X
update Tool-X first.
just Enter..
Tool-X (termux is case sensitive so take care of keywords)
Now.. If you want to get all tools just hit 0. but I don't recommend that. instead, install the tools you want by your choice.
for example, I want to install Nmap then I'll see the tool category by typing 2 and hit enter, Nmap is an information-gathering tool so press 1 and hit enter. there you'll see a Nmap on number 1 hit it and it will ask you to Y/n simply type Y and hit enter you'll see Nmap is installed successfully.
here are some images for an understanding of yours..
now to use Nmap just open a new session and type Nmap
all tools are working here still you encounter any problem with it. try to fix it with downloading repositories and other things..
Post a Comment