GitHub RadarBlue team tool
Phshing tool Primary language: HTML. 30 stars.
Project links:Open GitHub projectBack to radar
<h1 align="center">zPhishing Framework 🎣</h1>
<p align="center"> <img src="https://img.shields.io/badge/Version-3.0.0-blue?style=for-the-badge" alt="Version"> <img src="https://img.shields.io/github/license/2002hackerr/zphishing?style=for-the-badge" alt="License"> <img src="https://img.shields.io/github/stars/2002hackerr/zphishing?style=for-the-badge" alt="Stars"> <img src="https://img.shields.io/github/issues/2002hackerr/zphishing?color=red&style=for-the-badge" alt="Issues"> </p>
<p align="center"> <b>An Advanced, Automated Social Engineering Framework for Enterprise Security Teams & Penetration Testers.</b> </p>
---
zPhishing is built strictly for educational purposes, security awareness training, and authorized Red Team penetration testing.
Any actions or activities related to zPhishing are solely your responsibility. The misuse of this toolkit to gain unauthorized access to credentials or systems is illegal. The contributors and maintainers will not be held responsible for any criminal charges brought against individuals who misuse this framework. By downloading and using this software, you agree to use it exclusively within the bounds of the law and on systems where you have explicit, documented permission.
---
As social engineering remains the primary vector for enterprise breaches, training employees to identify modern phishing attacks is critical. zPhishing provides security teams with an automated framework to generate highly realistic, containerized phishing simulations to test organizational human defenses.
Dockerfile.---
Ensure you have git, curl, and php installed on your system.
git clone --depth=1 https://github.com/2002hackerr/zphishing.git
cd zphishing
bash zphishing.shNote: On first launch, the framework will automatically resolve and install any missing dependencies.
For enterprise environments, running zPhishing via Docker ensures zero contamination of the host OS.
git clone https://github.com/2002hackerr/zphishing.git
cd zphishing
bash run-docker.sh---
We welcome contributions from security researchers and developers! If you would like to add new templates, optimize the tunneling logic, or patch bugs, please refer to our Contributing Guidelines and Code of Conduct.
git checkout -b feature/NewTemplate)git commit -m 'Add highly realistic SSO template')git push origin feature/NewTemplate)--- <p align="center"> <i>Maintained with ❤️ by the Open Source Security Community.</i> </p>