Skip to content

PhishTix v0.1.0 — Initial Working Release

Latest

Choose a tag to compare

@Lenox2Linux Lenox2Linux released this 30 May 13:56
· 2 commits to main since this release
8b73638

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