What's included
- Flask web app with phishing analysis engine
- Risk scoring 0–10 with Low/Medium/High confidence labels
- Detection coverage: urgency language, credential requests, suspicious URLs, impersonation cues, threat language
- In-memory analysis history endpoint (/history)
- Clean dark-theme UI with real-time results via fetch()
Quickstart
git clone https://github.com/Lenox2Linux/phishtix.git
cd phishtix
pip install flask
python3 app.py
Open http://127.0.0.1:5000
Tech Stack
- Python 3.12 / Flask 3.1
- Stdlib only — no ML dependencies
- No database, no auth — local demo ready