top of page
Best Termux tools with git clone
1.tool-x
-
apt update
-
apt upgrade
-
pkg install git ( if already install "git" then ignore)
-
cd Tool-X
-
chmod +x install.aex
-
sh install.aex ( if not work then type ./install.aex

2.nmap
-
apt update && apt upgrade
-
termux-setup-storage
-
pkg install nmap

3.hydra
-
pkg install hydra

4.Metasploit For Termux
-
cd $HOME
-
pkg install wget
-
pkg install wgewget https://Auxilus.github.io/metasploit.sh
-
bash metasploit.sh
-
./msfconsole

5.Fsociety Tool in Termux
-
Firstly install git in Termux by typing pkg install git
-
git clone https://github.com/Manisso/fsociety.git
-
pip2 install requests
-
chmod +x fsociety.py
-
python2 fsociety.py

bottom of page