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 #4 본문

웹 보안/XSS Challenges

Stage #4

^_^? 2020. 11. 25. 15:13

Stage 4

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

 

)

소스코드에서 typehidden에서 text로 변경하면

웹 사이트에서 보인다

 

그리고 hackme말고 다음과 같이 넣어주면 성공!

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

 

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

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