Hack SafeClick is a cutting-edge Chrome extension, integrated with dashboard designed to protect users from phishing, scam, and malicious websites in real-time. Leveraging MERN stack and an advanced XGBoost model, the extension analyzes website URLs based on multiple factors like past URL behavior, domain checks, and clone detection to provide instant safety alerts. The extension also includes a website clone detection system, utilizing HTML structure analysis, visual similarity (SSIM), and WHOIS verification to identify fraudulent sites. With an intuitive interface, automated detection, and robust backend powered by Express API, Hack SafeClick ensures a seamless and secure browsing experience, keeping users protected from cyber threats effortlessly.
-
Chrome Extension and Dashboard: Created a fully operational Chrome extension with an intuitive interface and a comprehensive dashboard for monitoring safety alerts and analytics.
-
Seamless Development and Deployment: Successfully built, integrated, and deployed an optimized machine learning model, ensuring efficient real-time analysis and user protection.
- Open Developer Tools
- Unpack Extension by dist folder
npm run build
cd frontend
npm run dev
cd backend
cd api
nodemon server.js
- Malicious URL Detection (fake, phishing, spam, scam, malicious URLs)
- Clone URL Detection (similar type of urls - unrecognised by users)
- Clone Website Detection (similar cloned visuals of websites - indistinguishable by users)
https://github.com/tejash05/SafeClick
https://github.com/khushi505/Clone_Web_Model