관리 메뉴

Information Security

XSS - Level1 본문

WarGame/XSS Game

XSS - Level1

HackingPractice 2020. 4. 19. 17:55

XSS Level 1 문제는 아래와 같이 입력란이 보인다.

그림 1-1 문제

입력란에 <script>alert(1);</script> 입력했다.

그림 1-2 XSS 공격

XSS 공격이 동작하면서 정답인 것을 알 수 있다.

그림 1-3 정답

'WarGame > XSS Game' 카테고리의 다른 글

XSS - Level 6  (0) 2020.04.19
XSS - Level 5  (0) 2020.04.19
XSS - Level4  (0) 2020.04.19
XSS - Level3  (0) 2020.04.19
XSS - Level2  (0) 2020.04.19