Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

Study

Stage #2 본문

웹 보안/XSS Challenges

Stage #2

^_^? 2020. 11. 25. 14:50

Stage 2

What you have to do:
Inject the following JavaScript command: 
alert(document.domain);

 

Hint: close the current tag and add SCRIPT tag.

 

 

Stage 1처럼 풀었더니 통과되지 않았다.

 

 

소스코드를 통해 입력 값이 value=””에 들어가는 것을 확인

 

)

"><script>alert(document.domain)</script><"

'웹 보안 > XSS Challenges' 카테고리의 다른 글

Stage #6-7  (0) 2020.11.25
Stage #5  (0) 2020.11.25
Stage #4  (0) 2020.11.25
Stage #3  (0) 2020.11.25
Stage #1  (0) 2020.11.25