It is XSS demo page used for "POSTECH Hacking Camp". It shows three virtual viewpoints: Hacker's view, Posting view, Victim's view.
Students need to invoke sendToHacker(str)
at victim's page. Then, parameter string is shown at hacker's result page.
This is a Next.js project bootstrapped with create-next-app
.
Objective function sendToHacker
is injected in window
.