Skip to content

fujiokayu/click-jacking-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

poc Web app for click jacking vulnerability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published