All Projects → nccgroup → Clickjacking Poc

nccgroup / Clickjacking Poc

Licence: apache-2.0
Clickjacking PoC Generator

Programming Languages

go
31211 projects - #10 most used programming language

Clickjacking PoC Tool

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

Building

Building should be simple...

$ 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].