GitHub - appsecjay/Clickjacking-Scanner: A Simple python script designed to check if the website is vulnerable of clickjacking and creates a poc.

A simple python script designed to verify, if the Website is vulnerable of clickjacking and creates a POC. This tool is particular usefull for bug bounty hunters with huge domain list.

Demo

https://www.youtube.com/watch?v=J2VKLjT5qtA

Usage

python(3) clickjacking_Scanner.py <file_name>

Example

python3 clickjacking_Scanner.py sites.txt

sites.txt [List of domain]

  • www.google.com
  • www.demo.testfire.net

Acknowledgements

A special thanks to @Karim shoair [D4Vinci] for creating the original "clickjacking Tester" Tool.