ShadowPhish is an advanced APT awareness toolkit designed to simulate real-world phishing, malware delivery, deepfakes, smishing/vishing, and command & control attacks through an intuitive graphical interface. Perfect for cybersecurity training, red team education, and security awareness programs.
Version: 1.0
Author: Joas A Santos
Visual simulator for cybersecurity awareness, phishing, and APT-based social engineering.

Install dependencies:
pip install -r requirements.txt
python main.py
.
├── main.py
├── backend/ # Main logic
├── frontend/ # Splash + language selector
├── .sites/ # Phishing templates
├── .fake-recaptcha/ # Fake Recaptcha pastejack
├── outputs/ # Generated files
├── i18n/ # Translations
└── requirements.txt
.sites/ templates inspired and adapted from ZphisherThis toolkit is strictly for educational and awareness purposes only.
Do not use in real environments without explicit authorization.
Versão: 1.0
Autor: Joas A Santos
Simulador visual para conscientização sobre APTs, phishing, engenharia social e ameaças cibernéticas.

Instale as dependências:
pip install -r requirements.txt
python main.py
.
├── main.py
├── backend/ # Código principal
├── frontend/ # Splash + seletor de idioma
├── .sites/ # Templates de phishing
├── .fake-recaptcha/ # Recaptcha falso com payload automático
├── outputs/ # Arquivos gerados
├── i18n/ # Traduções em JSON
└── requirements.txt
.sites/ extraídos e adaptados do excelente projeto ZphisherEsta ferramenta é estritamente educacional, voltada para conscientização e simulações de segurança ofensiva.
Não utilize em ambientes reais sem autorização.