A Web application where a user can check whather a URL or A PDF file is Malicious or Legitimate.
- Python Flask
- Machine Learning - Decission Tree, Random Forest, SVM, Gradient Boosting, KNN
- MySQL
- git clone https://github.com/rakeshhhhh/malicious-url-pdf-detection.git
- python -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- py phishing.py