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).
- Host: GitHub
- URL: https://github.com/marksowell/clickjacking-poc
- Owner: marksowell
- License: mit
- Created: 2023-05-02T15:38:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T15:39:35.000Z (about 3 years ago)
- Last Synced: 2025-02-09T08:46:03.787Z (over 1 year ago)
- Topics: clickjack, clickjacking, clickjacking-tester, clickjacking-vulnerability, iframe, security, vulnerability, web-security
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).