Press ESC to close

Zphisher: Automated Phishing Tool

Zphisher

Zphisher is a beginner-friendly automated phishing tool equipped with 30+ templates for various login pages. It offers multiple features and installation options, making it easy to use for both beginners and advanced users.

Features

  • Latest and updated login pages
  • Beginner-friendly
  • Multiple tunneling options
  • Localhost
  • Cloudflared
  • LocalXpose
  • Mask URL support
  • Docker support

Installation

To install Zphisher, follow these methods based on your environment:

Clone and Install

git clone --depth=1 https://github.com/htr-tech/zphisher.git
cd zphisher
bash zphisher.sh
        

On the first launch, the script will install the necessary dependencies automatically.

Installation on Termux

pkg install tur-repo
pkg install zphisher
zphisher
        

Installation via .deb File

Download the appropriate .deb file from the Latest Release:

  • If using Termux, download the *_termux.deb file.
apt install 
# Or
dpkg -i 
apt install -f
        

Run on Docker

Docker images are available from the following sources:

  • DockerHub: docker pull htrtech/zphisher
  • GHCR: docker pull ghcr.io/htr-tech/zphisher:latest

To run using Docker, use the wrapper script:

curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh
bash run-docker.sh
        

For a temporary container:

docker run --rm -ti htrtech/zphisher
        

Remember to mount the auth directory.

Disclaimer

This tool is intended for educational and security testing purposes only. The use of Zphisher for phishing or any other unauthorized activities without explicit consent is illegal. The developers are not responsible for any misuse or damage caused by this program.

Leave a comment

Your email address will not be published. Required fields are marked *