일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 김성엽 대표님
- 백준 알고리즘
- object
- python
- window
- 파이썬
- jQuery
- blind sql injection
- property
- 객체
- element 조회
- burp suite
- github
- 백준 파이썬
- 사칙연산
- 포인터
- xss game 풀이
- 자바스크립트
- suninatas 풀이
- xss game
- htmlspecialchars
- 배열
- sql injection
- document
- lord of sql injection
- 메소드
- IF문
- 조건문
- Pwndbg
- 함수
Archives
- Today
- Total
power-girl0-0
[XSS game] level 1 본문
728x90
XSS game 주소
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
미션 설명
이 수준은 사용자가 사용하는 사이트 간 스크립팅의 일반적인 원인을 보여줍니다. 입력은 제대로 이스케이프하지 않고 페이지에 직접 포함됩니다.
아래의 취약한 응용 프로그램 창과 상호 작용하여 찾기 선택한 JavaScript를 실행할 수 있는 방법 가져가셔도 됩니다 취약한 창 내부 또는 해당 URL 막대를 직접 편집하는 작업입니다.
미션 목표
alert()를 사용하여 경고창을 출력해라!
풀이
입력창에 <script>alert('dohyeon');</script> 의 스크립트 코드를 입력해보았다.
성공적으로 스크립트가 실행되어 경고창이 출력된 것을 확인할 수 있다.
728x90
'War game > XSS game' 카테고리의 다른 글
[XSS game] level 6 (0) | 2021.02.14 |
---|---|
[XSS game] level 5 (0) | 2021.02.14 |
[XSS game] level 4 (0) | 2021.02.13 |
[XSS game] level 3 (0) | 2020.12.28 |
[XSS game] level 2 (0) | 2020.12.28 |
Comments