Privacy-first phishing detection system with Chrome extension and AI-powered backend.
- AI Phishing Detection: BERT model fine-tuned for phishing
- Fuzzy Logic: Advanced risk scoring
- WebSocket: Real-time notifications
- Privacy-First: Only hashed data stored
- GPU Accelerated: RTX 4060 support
- Privacy-First: All PII scrubbing happens locally
- Real-time Scanning: Instant phishing risk detection
- Hashed URLs: SHA-256 hashed before transmission
- Demo-Ready: Network tab shows sanitized data
cd backend
pip install -r requirements.txt
python3 app.pynpm install
npm run build
# Load dist/ folder in Chrome Extensions- Content Script: Extracts and scrubs PII locally
- Backend API: AI + Fuzzy Logic risk scoring
- WebSocket: Real-time dashboard notifications
- Database: Only hashed URLs and numeric scores