[Webhacking.kr] 19번

2017. 9. 6. 22:21

id :   


저렇게 있다. 제출을 누르면 you are not admin라고 나온다.


다른것을 입력하면 페이지가 이동됫다가 바로 다시 원래 문제 페이지로 돌아온다.


그래서 소스보기로 아이디를 제출하면 어떤 소스가 나오는지 알아보았다.


아이디를 제출햇을때 나오는 소스는 아래와 같다.


1
2
3
4
5
6
7
8
9
10
11
12
13
 
<html>
<head>
<title>Challenge 19</title>
<style type="text/css">
body { background:black; color:white; font-size:10pt; }
input { background:silver; color:black; font-size:9pt; }
</style>
</head>
<body>
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/hosting_users/webhacking/www/challenge/javascript/js6.html:11) in <b>/home/hosting_users/webhacking/www/challenge/javascript/js6.html</b> on line <b>29</b><br />
<meta http-equiv=refresh content=0;url=js6.html>
cs


중요한건 12번째 줄이다.

<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/hosting_users/webhacking/www/challenge/javascript/js6.html:11) in <b>/home/hosting_users/webhacking/www/challenge/javascript/js6.html</b> on line <b>29</b><br />


뭐라고 오류가 뜬다.


즉... 문제가 고장난듯 ㅠ;


나중에 고쳐지면 다시 풀어야겠다.

'Wargame > 웹해킹(Webhacking.kr)' 카테고리의 다른 글

[Webhacking.kr] 25번  (0) 2017.09.06
[Webhacking.kr] 24번  (0) 2017.09.06
[Webhacking.kr] 18번 SQL INJECTION  (0) 2017.09.04
[Webhacking.kr] 17번  (0) 2017.09.04
[Webhacking.kr] 16번  (0) 2017.09.04

+ Recent posts