How to install Tool-X in Android using Termux-
after getting a lot of requests from our users, we decided to post this article about how to hack with termux
We have already posted an article about how to use Termux and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
How to install Tool-X in Android using Termux-
for educational purpose)
How to Install in termux ?
- $ pkg install git
- $ git clone https://github.com/Rajkumrdusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install.aex
- $ sh install.aex if not work than type ./install.aex
How to Install in GNURoot Debian Terminal ?
Open the GNURoot Debian app and type following commands.- $ apt-get update
- $ apt-get install git
- $ git clone https://github.com/Rajkumrdusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install.aex
- $ sh install.aex if not work than type ./install.aex
How to install in Ubuntu ?
Open terminal and type following commands- $ sudo apt-get update
- $ sudo apt-get install git
- $ sudo git clone https://github.com/Rajkumrdusad/Tool-X.git
- $ cd Tool-X
- $ chmod +x install.aex
- $ sudo sh install.aex OR ./install.aex