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-poc — Clickjacking PoC Generator | Kitploit
Tools/GitHubGitHub/nccgroup/clickjacking-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubnccgroup/clickjacking-poc

clickjacking-poc

Clickjacking PoC Generator

View Repository
36105 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
Website

Clickjacking PoC Tool

A basic tool to generate clickjacking proof of concepts based on a given URL.

Building

Building should be simple...

root@kitploit:~
$ go get
$ go build

Usage

Basic usage:

clickjacking-poc -u https://example.com

The tool can also be used to open the PoC up in the browser:

clickjacking-poc -b chromium-browser -u https://example.com

Additional options exist for styling the template as well as suppressing stdout and file output.

To see all available options and a more verbose summary of the usage of the tool run:

clickjacking-poc -h

Configuration file

The tool uses the viper golang library for loading options rather than using the command line.

An example config (in JSON) format can be seen in the example-configs/ directory.

For more information on viper and the types of formats supported see https://github.com/spf13/viper

Contributions

Accepting PR's on dev only!

Download Tool