How To Install and Use ZPhisher In Termux 2024

Zphisher is a powerful phishing tool that allows users to create phishing pages for various websites. This guide will walk you through the process of installing and using Zphisher on Termux, a terminal emulator for Android.

Note: This article is for educational purposes only. We have written this article to instruct you about such kinds of phishing attacks that are done by attackers. We are not responsible for any misuse of this article or tool. 


how-to-install-zphisher-on-termux

Prerequisites

Before we begin, ensure you have the following:
  • An Android device with Termux installed.
  • A stable internet connection.

How To Install ZPhisher in Termux

Follow the below steps one by one carefully to avoid any error while installing ZPhisher to your Termux.

1. First, open Termux and update your package lists to ensure you have the latest versions of all packages. Run the following commands:

pkg update && apt pkg -y

2. Install all the dependencies that are required to function ZPhisher properly. ZPhisher needs PHP, wget, curl, OpenSSH, and git to work correctly. So let's install these dependencies by using the below command.

apt install git php openssh curl wget -y

3. Now, clone the Zphisher repository from GitHub. This will download all the files needed to run Zphisher:

git clone https://github.com/htr-tech/zphisher

4. Change your directory to the Zphisher folder:

cd zphisher

5. Give shell script file permission to read, write, and execute.

chmod +x zphisher.sh

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 executing the above command.

How to use Zphisher in Termux

Once Zphisher is running, you will see a menu with various phishing page options. Select the one you want to use by typing the corresponding number and pressing Enter.

Set Up the Phishing Link - Zphisher will generate a phishing link using a tunneling service like Ngrok. Copy this link and send it to your target.

Collect Credentials - When the target enters their credentials on the phishing page, Zphisher will capture and display them in the Termux window.

Using Zphisher on Termux is straightforward if you follow these steps.