Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Clickjacking-Tester — A python script designed to check if the website if vulnerable of clickjacking and create a poc | Kitploit
Tools/GitHubGitHub/d4vinci/clickjacking-tester
Vulnerability ScannersExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubd4vinci/clickjacking-tester

Clickjacking-Tester

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

View Repository
160615 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Clickjacking Tester

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

Screenshot

alt img

Usage

root@kitploit:~
python(3) clickjacking_tester.py <file_name>

Example

Input
root@kitploit:~
python clickjacking_tester.py sites.txt
sites.txt
root@kitploit:~
www.google.com
www.turkhackteam.com
Output
root@kitploit:~
[*] Checking www.google.com

 [-] Website is not vulnerable!

[*] Checking www.turkhackteam.org

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