A Python package for creating a clickjacking proof of concept (POC).
- Python 3.6 or newer
- Google Chrome installed on the system
- Write permissions for the current directory for the user running the script
Install using pip:
pip install clickjacking-poc
Run the script with the following command:
clickjacking-poc <URL> [-p <port>]
<URL>
The URL of the page to be displayed in the clickjacking POC.
-p <port>
(Optional) The port number to use for the temporary web server. If not specified, the default port is 80.
clickjacking-poc https://example.com/login
clickjacking-poc https://example.com/login -p 8000
The scripts and documentation in this project are released under the MIT License.