Kali Linux

ZPhisher : Automated Phishing Tool For Pentesters

Zphisher is an upgraded form of Shellphish. The main source code is from Shellphish. But I have not fully copied it. I have upgraded it & cleared the Unnecessary Files. It has 37 Phishing Page Templates ; including Facebook , Twitter & Paypal. It also has 4 Port Forwarding Tools .

Installation

apt update
apt install git php openssh curl -y
git clone https://github.com/htr-tech/zphisher
cd zphisher
chmod +x zphisher.sh
bash zphisher.sh

Or ; Use Single Command

apt update && apt install git php curl openssh -y && git clone https://github.com/htr-tech/zphisher && cd zphisher && chmod +x zphisher.sh && bash zphisher.sh

Also Read – InstaSave : Python Script To Download Images, Videos & Profile Pictures From Instagram

Installation (Termux)

You can easily install zphisher in Termux by using tur-repo

$ pkg install tur-repo
$ pkg install zphisher
$ zphisher

Installation via “.deb” file

  • Download .deb files from the Latest Release
  • If you are using termux then download the *_termux.deb
  • Install the .deb file by executingapt install <your path to deb file> Or$ dpkg -i <your path to deb file> $ apt install -f

Run on Docker

  • Docker Image Mirror:
    • DockerHub :docker pull htrtech/zphisher
    • GHCR :docker pull ghcr.io/htr-tech/zphisher:latest
  • By using the wrapper script run-docker.sh$ curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh $ bash run-docker.sh
  • Temporary Containerdocker run --rm -ti htrtech/zphisher
    • Remember to mount the auth directory.

Features

  • Latest Login Pages !
  • New Instagram Auto Follower Page !
  • All types of Bugs Fixed !
  • Useful for Beginners !

You can access the Zphisher tool on GitHub.

R K

Recent Posts

Starship : Revolutionizing Terminal Experiences Across Shells

Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…

2 hours ago

Lemmy : A Decentralized Link Aggregator And Forum For The Fediverse

Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…

2 hours ago

Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…

4 hours ago

Ghauri : A Powerful SQL Injection Detection And Exploitation Tool

Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…

7 hours ago

Writing Tools : Revolutionizing The Art Of Writing

Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…

7 hours ago

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

1 day ago