Skip to content

betarixm/postech-hackingcamp-xss-demo

Repository files navigation

XSS Demo

PLUS@POSTECH CSE@POSTECH

Screenshot

It is XSS demo page used for "POSTECH Hacking Camp". It shows three virtual viewpoints: Hacker's view, Posting view, Victim's view.

Objective

Students need to invoke sendToHacker(str) at victim's page. Then, parameter string is shown at hacker's result page.

Structure

This is a Next.js project bootstrapped with create-next-app. Objective function sendToHacker is injected in window.

Reference