0% found this document useful (0 votes)
115 views2 pages

5.1 Clickjacking Exploitation Tool

This tool provides an easy way to create clickjacking proofs-of-concept (POCs). It runs a PHP server to generate clickjacking pages targeting any website. Users input the target site, drag and drop login buttons, and the tool generates a clickjacking POC page ready to test vulnerabilities. The tool simplifies and automates the clickjacking POC creation process.

Uploaded by

sathish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views2 pages

5.1 Clickjacking Exploitation Tool

This tool provides an easy way to create clickjacking proofs-of-concept (POCs). It runs a PHP server to generate clickjacking pages targeting any website. Users input the target site, drag and drop login buttons, and the tool generates a clickjacking POC page ready to test vulnerabilities. The tool simplifies and automates the clickjacking POC creation process.

Uploaded by

sathish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Clickjacking Exploitation & POC Tool

Github Download Link - https://github.com/shifa123/clickjackingpoc

Clickjacking PoC
A tool made to make your clickjacking POC’s better and easy.

Running
1. Make sure you have php installed (default installed on Kali/Parrot OS)
2. Download If not already there, can also use XAMPP.
3. In the downloaded directory run command root@rohit~ php -S localhost:8000 to start the
PHP Server on port 8000.
4. Open up your browser and type localhost:8000
5. Type in your target website name in the box and hit load.
6. Drag and Drop the Login Buttons for PoC
7. Click on View
8. Your PoC is ready

You might also like