/click-jacking-poc

poc Web app for click jacking vulnerability

Primary LanguageHTML

click-jacking-poc

run web server

go

go run server.go

python

python -m http.server

how to use

  1. git clone https://github.com/fujiokayu/click-jacking-poc.git && cd click-jacking-poc
  2. run a local web server at server.go or any way you like.
  3. open your local web server in your browser
    http://localhost:3000/
  4. set the URL you wish to verify in the textarea.
  5. click the 'load url' button.
  6. if you have not done anything to prevent Click Jacking, your website will be displayed with opacity set to 0.1.

references