들어가니 이런 화면이 나왔다. 번역해 보면
" Notice 보드에 글을 써라 " 라는 말인데 뭐가 있나 싶어서 소스 코드 확인해 봤지만
<!DOCTYPE html>
<html>
<head>
<title>Game 03</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="/static/img/game.ico" />
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table width="1000" cellpadding="0" cellspacing="0">
<tr height="20">
<td width="100%" bgcolor="000000" align="right">
<input type="button" name="main_btn" value="main" class="btn_check" style="width: 60" onclick="location.href = '/'"> <input type="button" name="main_btn" value="Back" class="btn_check" style="width: 60" onclick="history.back()"></td>
</tr>
<tr height="500">
<td bgcolor="000000" style="line-height: 15" align="center"><font color="white" size="10"><b>Write articles in Notice Board!</b></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--M@de by 2theT0P-->
특별할 게 없었다. 그래서 진짜 문장 그대로 메인 클릭 후 'NOTICE'로 가서 글 쓰려고 해 봤는데
사이트 어디에도 글 쓰는 게 없다. 그래서 이것저것 눌러 보다가 'FREE' 를 클릭했는데 글 작성하는 게 있어서 여기다가 아무렇게나 쓰고 글을 입력해 보았다.
놀랍게도 아무 일도 일어나지 않았다. 흠 당연하게도 NOTICE가 아니니까 근데 FREE의 URL을 보면
http://suninatas.com/board/free/write
로 free 뒤에 /write가 붙으니 FREE WRITE로 넘어와지는 걸로 봐서는 NOTICE도 똑같을지도
뒤에 /write 입력했더니
NOTICE WRITE 창이 떴다. 글 입력하고 SUBMIT 눌렀더니
키값이 떴다.
'워게임 스터디' 카테고리의 다른 글
[241119][dreamhack] devtools-sources (0) | 2024.11.20 |
---|---|
[241112][dreamhack] Cookie (0) | 2024.11.12 |
[241104][SuNiNaTaS] level 2 (0) | 2024.11.05 |
[241104][SuNiNaTaS] level 1 (0) | 2024.11.04 |
[241006][webhacking] old-01 (0) | 2024.10.06 |