Skip to content

A simple tool to check subdomains for clickjacking attack.

Notifications You must be signed in to change notification settings

saleem8054/clickjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Clickjacking Tester

A python script designed to check if the website is vulnerable of clickjacking and saves the result into Vulnerable.txt file.

Usage

python3 clickjack.py <file_name>

Example

Input
python3 clickjack.py sites.txt
sites.txt
www.bugcrowd.com
www.srsecure.xyz
www.developer.pubg.com
Output
[-] www.bugcrowd.com is not Vulnerable
[+] www.srsecure.xyz is Vulnerable
[+] www.developer.pubg.com is Vulnerable

About

A simple tool to check subdomains for clickjacking attack.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages