URL Shield is an intelligent web protection system that uses machine learning to classify URLs into different threat categories (Benign, Defacement, Malware, Phishing, Spam).
- URL Analysis: Extract 21 different features from URLs
- Machine Learning: Neural network-based classification
- User Interface: Clean and intuitive Streamlit-based GUI
- Multiple Interfaces: Both GUI and command-line options
- High Accuracy: Trained on a large dataset of various URL types
- Clone the repository:
git clone https://github.com/kanavbajaj/url-shield.git cd url-shield
- Install dependencies:
pip install -r requirements.txt
cd GUI
streamlit run gui.py
cd scripts
python predict_args.py -i <url>
url-shield/ ├── GUI/ # Streamlit web interface ├── scripts/ # Core functionality and training scripts ├── notebooks/ # Development and analysis notebooks ├── models/ # Trained model files └── FinalDataset/ # Training data and features
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.