ZPhisher
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 .
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
You can easily install zphisher in Termux by using tur-repo
$ pkg install tur-repo
$ pkg install zphisher
$ zphisher
.deb
files from the Latest Release*_termux.deb
.deb
file by executingapt install <your path to deb file>
Or$ dpkg -i <your path to deb file> $ apt install -f
docker pull htrtech/zphisher
docker pull ghcr.io/htr-tech/zphisher:latest
$ curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh $ bash run-docker.sh
docker run --rm -ti htrtech/zphisher
auth
directory.You can access the Zphisher tool on GitHub.
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…
MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…
"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…
CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…
The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…
The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…