A small web scanner that checks for vulnerabilities via links & unsecure HTTP headers
❌ RandomRedX — Ethical Vulnerability Scanner.
RandomRedX is a small work in progress student project python based security utility that analyzes web links and HTTP headers to detect potential vulnerabilities and misconfigurations. It’s built for ethical hackers, security researchers, CTF Players, and web administrators who want to strengthen the security posture of their applications and services.
⚙️ Features.
- Scans URLs for common security headers (e.g., X-Frame-Options, Content-Security-Policy, Strict-Transport-Security)
- Detects missing or misconfigured HTTP headers
- Crawls and analyzes multiple links from a given domain
- Identifies basic vulnerabilities and best-practice violations
- Generates clean, readable scan reports (text or JSON)
🚀 Getting Started.
- Clone the Repository
git clone https://github.com/xenclash/RandomRedX.git
- Install Dependencies
pip3 install validators
⚖️ Ethical Use Notice.
This project is intended for educational and authorized penetration testing purposes only. Before scanning any website, you must obtain explicit permission from the owner.
Unauthorized scanning of public websites or servers is illegal in many jurisdictions and strictly prohibited. Use responsibly, the goal is to improve security not exploit vulnerabilities.
- All code is made by scratch, then used Copilot to assist with enhancements applied to debugging, and optimization.