How to install zphisher tool in termux ?

Hey everyone, it's Babul here! Today, I'm going to walk you through the process of installing and running the zphisher tool in Termux. This tool is pretty cool as it helps you learn the basics of phishing. Inside zphisher, you'll find over 30 phishing pages for popular websites like Facebook, Instagram, Twitter, Gmail, and even PayPal. Just a quick heads up, this post is purely for educational purposes, so let's dive in!

Installation in Termux:

Step 1: Open your Termux application.

Step 2: Type the following commands one by one:
apt update
apt install git curl php openssh -y
git clone git://github.com/htr-tech/zphisher.git
cd zphisher
bash zphisher.sh
Step 3: After running the last command, you'll be able to choose an attack or select the phishing site page you want. Generate the link that's provided and send it to your target. When your target clicks on the link and logs in, their details will instantly show up on your Termux screen. To exit the tool, simply press "ctrl + c."

Here's a single command that does all of the above in one go:
apt update ; apt install git curl php openssh -y ; git clone git://github.com/htr-tech/zphisher.git ; cd zphisher ; bash zphisher.sh
Note:

Just a friendly reminder, this tool is designed solely for educational purposes. I'm not to be held responsible for any actions you take using it.

If you're more of a visual learner, feel free to check out the practical video I've prepared for you!

So there you have it, a simple guide to installing and using the zphisher tool in Termux. Remember, stay ethical and responsible in your online endeavors!
Next Post Previous Post
No Comment
Add Comment
comment url