Posts

Showing posts from June, 2025

🔥 How to Create a Phishing Page with Zphisher & Cloudflare in Termux (Step-by-Step Guide)

 If you're new to hacking or just exploring the world of phishing for educational purposes, then you're at the right place. In this blog, I’ll guide you step-by-step on how to use Zphisher with Cloudflare tunneling instead of Ngrok — directly in Termux on Android. 💻📱   > ⚠️ This tutorial is only for educational awareness. Never use it for illegal purposes. --- 📲 What You'll Need: Android phone Termux app Internet connection Basic knowledge of comman --- ✅ Step 1: Install Termux & Update Packages pkg update && pkg upgrade -y This keeps your Termux up to date. --- ✅ Step 2: Install Git and Required Packages pkg install git curl wget php openssh -y pkg install wget -y wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-arm64 mv cloudflared-linux-arm64 cloudflared chmod +x cloudflared ./cloudflared tunnel These are required tools for cloning and running phishing tools. --- ✅ Step 3: Clone Zphisher Tool git clone https://gi...