clickjacking-poc

command module
v0.0.0-...-54f4f81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

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!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL