A powerful tool that helps you detect malicious websites and protects your online security.
- 🔒 Checking for SSL certificates and HTTPS protocols to ensure secure data transfer
- 👥 Looking for hidden links, redirects, and pop-ups that might be phishing attempts
- 🔍 Scanning for common malware signatures and vulnerabilities in the website's code
- 🚫 Flagging any suspicious or blacklisted domains that the website might be associated with
To run this script, you'll need to have Python 3 installed on your computer. You can download it from the official Python website.
pip install requests
pip install bs4
pip install lxml
pip install configparser
pip install termcolor
pip install colored
You can install all of them by running the following command:
pip install -r requirements.txt
This project was inspired by the OWASP Top Ten Project.
This project is licensed under the MIT License - view the LICENSE.md file for details.