Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.61 KB

Redflag Website Scanner 🚩

Version License Status

A powerful tool that helps you detect malicious websites and protects your online security.

Redflag

✅ Features

  • 🔒 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

⚡ Requirements

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

🙋 Acknowledgments

This project was inspired by the OWASP Top Ten Project.

📝 License

This project is licensed under the MIT License - view the LICENSE.md file for details.