An open API service indexing awesome lists of open source software.

https://github.com/marksowell/clickjacking-poc

A Python package for creating a clickjacking proof of concept (POC).
https://github.com/marksowell/clickjacking-poc

clickjack clickjacking clickjacking-tester clickjacking-vulnerability iframe security vulnerability web-security

Last synced: about 1 year ago
JSON representation

A Python package for creating a clickjacking proof of concept (POC).

Awesome Lists containing this project

README

          

# Clickjacking POC
A Python package for creating a clickjacking proof of concept (POC).

## Requirements

- Python 3.6 or newer
- Google Chrome installed on the system
- Write permissions for the current directory for the user running the script

## Installation
Install using pip:

```
pip install clickjacking-poc
```

## Usage
Run the script with the following command:

```
clickjacking-poc [-p ]
```

### Arguments
`` The URL of the page to be displayed in the clickjacking POC.
`-p ` (Optional) The port number to use for the temporary web server. If not specified, the default port is 80.

### Example

```
clickjacking-poc https://example.com/login
```

```
clickjacking-poc https://example.com/login -p 8000
```

## License
The scripts and documentation in this project are released under the [MIT License](https://github.com/marksowell/Clickjacking-POC/blob/main/LICENSE.txt).