LoginSignup
0
0

More than 5 years have passed since last update.

picoCTF 2018 Secret Agent - Points: 200

Posted at

問題

image.png

解いてみた

リンクにアクセスしてみます。

image.png

flagボタンを押してみます。

image.png

ユーザーエージェントが出てきました。
今の自分のユーザーエージェントは何なんでしょう。

確認くんで見てみます。

image.png

さっき書かれたものと一緒でした。
ということはこれ以外の何かにすればflagがもらえそうです。

とりあえず注意書きに書かれていたGoogleにしてみますか。
F12 → Network → Network conditions
から変更します。

image.png

これでflagクリック。

image.png

これではないみたいですね。
Firefoxで見てみます。

image.png

ダメです。
Edgeでやってみます。

image.png

ダメです。

flagへの通信をwiresharkで見てみます。

image.png

とくにヒントなさそうです。
ヒント見てみます。

image.png

やはりUAを何かに編集するということでしょうか。
Googleが使用するユーザーエージェントを検索してみます。
Google のクローラ(ユーザー エージェント) - Search Console ヘルプ

ここに書いてあるユーザーエージェントを片っ端から。。。

image.png

できました。

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