0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

picoCTF Writeup picoGym Practice Challenges GET aHEAD (注意<spoiler>)

Last updated at Posted at 2022-11-17

Description

Find the flag being held on this server to get ahead of the competition http://mercury.picoctf.net:21939/

HTMLコードであったりヒントのBurpsuiteを使用してもあまり情報は取れなかった。

タイトルの通りHEADを取得しようと試みたらフラグが返ってきた。

curl -I HEAD -i http://mercury.picoctf.net:53554/

>curl -I HEAD -i http://mercury.picoctf.net:21939/
curl: (6) Could not resolve host: HEAD
HTTP/1.1 200 OK
flag: picoCTF{r3j3ct_th3_du4l1ty_6ef27873}
Content-type: text/html; charset=UTF-8
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?