#PHISHING ATTACK DETECTOR
Hackath-Bug Blasters is an AI-powered Phishing Attack Detector built with Python.
It analyzes URLs and predicts whether they are legitimate or phishing, helping users stay safe online.
- Detect phishing URLs in real-time
- Easy-to-use interface for testing URLs
- Lightweight and extendable for further improvements
Python Version: 3.10 is recommended for this project.
- Clone the repository
git clone https://github.com/Padmapooojashetty/Hackath-Bug-Blasters.git
cd Hackath-Bug-Blasters
cd Hackath-Bug-Blasters
python -m venv phishing_env
phishing_env\Scripts\activate
pip install -r requirements.txt