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

Download Among Us MOD MENU 2024 For PC – Unleash Chaos With Enhanced Features!

Prepare to take your Among Us gaming experience to the next level with the latest…

7 hours ago

Worm-GPT : A Malicious AI Tool On The Dark Web

WormGPT is a malicious AI tool promoted on the dark web as the adversary of…

8 hours ago

Facebook Hack : A Potent Tool For Brute Force Attacks On Facebook Accounts

Welcome to the world of Facebook_hack, a potent tool designed for educational purposes to showcase…

8 hours ago

HackerToolkit – Your Comprehensive Arsenal For Ethical Hacking And Penetration Testing

Step into the realm of ethical hacking with HackerToolkit, your ultimate resource for penetration testing,…

8 hours ago

Articulos – Explorando El Mundo De La Ciberseguridad Hacking

Bienvenidos a este espacio donde compartiré artículos relacionados a la Ciberseguridad y Hacking en general.…

8 hours ago

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

4 days ago