Project information
- Category: Browser Extension
- Name: Phishing Protect
This is my final year masters capstone project
I'm working on a browser extension that protects users online by analyzing the legitimacy of a website using various validations and machine learning techniques, which includes ChatGPT integration. The basic validations include determining whether the website's SSL certificates are valid (whether it is secure or not), examining the type of input a website requests from a user, such as passwords, emails, and SSNs, and searching for key words commonly used in phishing scams. The machine learning and AI phase will use the data collected about the website by the browser extension and use the powerful ChatGPT API to classify the website as suspicious or safe to use.