A phishing URL detection tool built using HTML, CSS, and JavaScript with scan animations and phishing pattern analysis. A frontend-based phishing URL detection tool built using HTML, CSS, and JavaScript, designed to demonstrate basic security analysis logic with an interactive scanning interface.
This project allows users to analyze a given URL for common phishing indicators.
It simulates a scan process and highlights potential risks based on URL structure and patterns.
The application is fully client-side and focuses on security awareness and frontend logic, not real-time threat intelligence.
- Interactive URL scanning simulation
- Terminal-style scan output
- Detection of common phishing indicators:
- Missing HTTPS
- IP-based URLs
- Suspicious keywords
- Abnormally long URLs
- Clear result classification:
- Safe
- Suspicious
- Potential Phishing
- Animated background effects
- Dark red themed UI
- No data storage, no backend, no APIs
- HTML
- CSS
- JavaScript