A powerful, developer-friendly Python-based CLI utility that scans websites for potential Clickjacking vulnerabilities using security headers, iframe analysis, screenshots, and batch processing.
⚡ Developed and maintained by Quasar CyberTech Research Team
- ✅ Detects missing or misconfigured
X-Frame-Options
andContent-Security-Policy
. - ✅ Parses and inspects
<iframe>
elements for suspicious embeds. - 🧪 Supports single or batch scanning (via
--file url.txt
) - 📝 Outputs results in HTML.
- 💬 Beautiful CLI interface with colorized and structured results.
- Python 3.7+
- Firefox
git clone "https://github.com/quasarOverWatch05/Quasar_Cybertech_Clickjacking_Tool"
cd Quasar_Cybertech_Clickjacking_Tool
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
For single URL
python3 clickjacker_pro.py -u https://evil.com/
For multiple URLs(use the url.txt file provided in the repository)
python3 clickjacker_pro.py -f url.txt
For Interactive mode
python3 clickjacker_pro.py