CyberShield is a real-time URL security scanner designed to identify potentially harmful websites before you visit them. By leveraging the Google Safe Browsing API, CyberShield provides instant feedback on whether a link is associated with phishing, malware, or other social engineering threats.
Using CyberShield is straightforward:
CyberShield categorizes URLs into two main states:
This means the URL is not currently listed in the Google Safe Browsing database as a threat. While highly reliable, we always recommend caution when visiting new or unfamiliar websites.
The URL has been flagged as malicious. Common threat types include:
To run CyberShield locally for development purposes, ensure you have Node.js installed and follow these steps:
git clone https://github.com/Mrinalray/Cybershield_URL.git cd Cybershield_URL npm install node server.js