일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Mid()
- Lord of SQLInjection
- ADB
- 호갱노노
- 전세
- APKManager
- 서울
- 월세
- jeb
- 투자
- NOX
- 부동산
- Los
- webhacking.kr
- 블라인드 인젝션
- UnCrackable
- 아파트
- 일기
- SQL INJECTION
- 프리다
- 안드로이드
- Blind Injection
- 아파트실거래가
- 부동산분석
- 스마트폰
- 모의해킹
- 매물
- 웹해킹
- 후킹
- Frida
- Today
- Total
일단 쓰고보자
[webhacking.kr] old-15(50) 본문
# 문제
15번 문제 접속하면 대뜸 Access Denied!! 라며 접근이 거부 됨. 아마 우회해서 접속하는 것 같음
# 확인 사항
- 접속 후 Response 메시지 살펴보면 아래와 같이 알림창 → 리다이렉트 → 무언가(?) 가 있음
------------------------------------------------------------------------------------------
HTTP/1.1 200 OK
Date: Sat, 11 Jan 2020 05:09:12 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
Content-Length: 184
Connection: close
Content-Type: text/html; charset=UTF-8
<html>
<head>
<title>Challenge 15</title>
</head>
<body>
<script>
alert("Access_Denied");
location.href='/';
document.write("<a href=?getFlag>[Get Flag]</a>");
</script>
</body>
------------------------------------------------------------------------------------------
- document.write 가 실행될 수 있도록 location.href 부분 삭제해보면 문제 해결 됨
'모의해킹 > webhacking.kr' 카테고리의 다른 글
[webhacking.kr] old-11(300) (0) | 2020.04.02 |
---|---|
[webhacking.kr] old-16(100) (0) | 2020.04.02 |
[webhacking.kr] old-14(100) (0) | 2020.04.02 |
[webhacking.kr] old-10(250) (0) | 2020.04.02 |
[webhacking.kr] old-06(100) (0) | 2020.04.02 |