Skip to content

quasarOverWatch05/Quasar_Cybertech_Clickjacking_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar CyberTech Clickjacking Tool

Quasar CyberTech Logo

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


🚀 Features

  • ✅ Detects missing or misconfigured X-Frame-Options and Content-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.

📦 Installation

Requirements

Clone The Repository

git clone "https://github.com/quasarOverWatch05/Quasar_Cybertech_Clickjacking_Tool"
cd Quasar_Cybertech_Clickjacking_Tool

Create a virtual environment and activate it

python3 -m venv venv
source venv/bin/activate

Install Dependencies

pip3 install -r requirements.txt

Run the script

For single URL

python3 clickjacker_pro.py -u https://evil.com/

For multiple URLs(use the url.txt file provided in the repository)

⚠️ Each URL should be on a new line for the script to function properly

python3 clickjacker_pro.py -f url.txt

For Interactive mode

python3 clickjacker_pro.py

About

A CLI based Clickjacking tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages