Phishing scenario training app featuring multiple scenarios, login/registration support, and an interactive reporting dashboard.
📖 View the project documentation:
https://royy92.github.io/phishing-training-platform/
- Python 3.11+
- Django 4.x
- Tailwind CSS
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverDownload these release assets:
phishing-training-platform-v0.1.1.tar.gzphishing-training-platform-v0.1.1.tar.gz.sigstore.json
Then run:
cosign verify-blob \
--bundle phishing-training-platform-v0.1.1.tar.gz.sigstore.json \
--certificate-identity \
"https://github.com/royy92/phishing-training-platform/.github/workflows/release.yml@refs/tags/v0.1.1" \
--certificate-oidc-issuer \
"https://token.actions.githubusercontent.com" \
phishing-training-platform-v0.1.1.tar.gz