If you are an old user of Termux, then you might know about ZPhisher. In this guide, I will tell you how to install ZPhisher on Termux.
If you don't know about What is Zphisher, Check this article
Also Read What is Zphisher ?
How To Install ZPhisher on Termux
Follow the below steps one by one carefully to avoid any error while installing ZPhisher to your Termux.
Android Hacking Tool Metasploit
Also Read What is Metasploit ?
1. Open your Termux, update, and upgrade your pkg repository by using the following command.
pkg update && apt pkg -y
2. Install all the dependencies that are required to function ZPhisher properly. Zphisher automatically install all dependency on First run,but you can manually install those packages to avoid error.
Type the following command
apt install git php openssh curl wget -y
Ultimate Tool Installer For Termux Tool-X
3. Now, clone the ZPhisher to your Termux by using the git command.
git clone https://github.com/htr-tech/zphisher
4. Go to the Zphisher directory.
cd zphisher
5. You can not run bash script directly without granting permission so run this command
chmod +x zphisher.sh
Also Read Install PHP Server on Termux For Phishing Attacks
6. Run the shell script file to begin the installation of the Zphisher.
bash zphisher.sh
7. That's it Zphisher has been installed.
Now you can run Zphisher every time by first moving to the Zphisher directory and executing the above command.