본문 바로가기
웹 해킹/CTF

[HackCTF] Hidden

by L3m0n S0ju 2021. 9. 10.

 

 

 

 


문제 서버에 들어가면 위와 같이 5번 파일에 플래그가 있다고 합니다. 코드는 아래와 같습니다.

 

 

 

<html><head>
<title> hidden </title>
<meta charset="utf-8">
</head>
<body>
<center>
<h2> 5번 파일에 플래그가 있다악!!!!!!!!!!! </h2>
<form method="get">
<input type="hidden" name="id" value="1">
<button type="submit">1</button>
</form>
<form method="get">
<input type="hidden" name="id" value="2">
<button type="submit">2</button>
</form>
<form method="get">
<input type="hidden" name="id" value="3">
<button type="submit">3</button>
</form>
<form method="get">
<input type="hidden" name="id" value="4">
<button type="submit">4</button>
</form>
</center>


</body><whale-quicksearch translate="no"></whale-quicksearch></html>

 

 

 


</form method="get">

</input type="hidden" name="id" value="5">

 

위 html 코드를 추가하여 클릭하면 플래그를 획득할 수 있습니다.

 

 

 

 


플래그

'웹 해킹 > CTF' 카테고리의 다른 글

[HackCTF] 보물  (0) 2021.09.10
[HackCTF] Button  (0) 2021.09.10
[HackCTF] /  (0) 2021.09.10
[Square CTF] Little Doggy Tables  (0) 2021.09.01
[Square CTF] Password checker  (0) 2021.08.11

댓글