Skip to content

Files

Latest commit

832b76a · Mar 14, 2024

History

History

backend

AI-powered malicious/phishing URL detector

**It's a Chrome extension that detects phishing URLs when they are clicked on.**

Here is the step-by-step procedure of how the extension works:
    1. When you click on the extension, the JavaScript file collects the URL of the current Chrome tab and sends a request to the backend server.
    2. The backend server retrieves the URL and runs the Python file by sending that URL to the `app.py` Python file.
    3. The Python file processes the URL based on the trained ML model and sends a safe or alert message to the server.
    4. The server sends a response to the JavaScript file in the extension and prints whether the URL is safe or not.