Skip to content

ShreehariVaasishta/click-jacking-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Clickjacking

A python script to check if the website is vulnerable of clickjacking and creates a simple html file as a proof of concept.

Usage

python click-jacking-tester.py <file_name>

Example

demo

Input
python click-jacking-tester.py sites.txt
sites.txt
www.google.com
Output
Testing Site - www.google.com
                 Website is not vulnerable! ✓

Testing Site - youtube.com
                 Website is not vulnerable! ✓

Testing Site - github.com
                 Website is not vulnerable! ✓