<OOO>

[XSS-game] level1 문제풀이 본문

Wargame

[XSS-game] level1 문제풀이

<OOO> 2020. 8. 17. 17:58
728x90

XSS 공격하는 방법을 공부할 수 있는 사이트이다.

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

이 사이트에서 어떠한 방법으로 사용하든 alert를 띄우면 다음 문제로 넘어갈 수 있다.

처음화면은 이렇다. 

테스트로 asdf를 입력했더니, 내가 입력한 그 구문을 출력해주고, Sorry~~~ 라는 문자가 띄워진다.

다시 돌아가서 처음에 입력하는 구문쪽에 script 구문을 입력하면 이 단계는 클리어가 된다.

 

예:) <script>alert(1)</script>

 

'Wargame' 카테고리의 다른 글

[XSS-game] level3 문제풀이  (0) 2020.08.17
[XSS-game] level2 문제풀이  (0) 2020.08.17
Wargame.kr login filtering 문제풀이  (0) 2020.08.12
Wargame.kr QR CODE PUZZLE 문제풀이  (0) 2020.08.11
Wargame.kr flee button 문제풀이  (0) 2020.08.11
Comments