Skip to content

A python script designed to check if the website if vulnerable of clickjacking and create a poc

License

Notifications You must be signed in to change notification settings

D4Vinci/Clickjacking-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickjacking Tester

A python script designed to check if the website is vulnerable of clickjacking and creates a poc.

Screenshot

alt img

Usage

python(3) clickjacking_tester.py <file_name>

Example

Input
python clickjacking_tester.py sites.txt
sites.txt
www.google.com
www.turkhackteam.com
Output
[*] Checking www.google.com

 [-] Website is not vulnerable!

[*] Checking www.turkhackteam.org

 [+] Website is vulnerable!
 [*] Created a poc and saved to <URL>.html