shifa123 / clickjackingpoc

A Proof of Concept for Clickjacking Attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clickjacking PoC

A tool made to make your clickjacking pocs better and easy.

Updated

Now catches the creds on the server logs and added message which asks for a cute bounty!

Overview

A web based ClickJacking PoC Tool.

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

About

A Proof of Concept for Clickjacking Attacks

License:GNU General Public License v2.0


Languages

Language:CSS 56.1%Language:HTML 43.9%