5
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 5 years have passed since last update.

picoCTF 2019 logon - Points: 100

Posted at

#問題

image.png

#解いてみた

リンクをクリックしてみます。

image.png

ログイン画面です。
ここを突破するとフラグがもらえるんでしょう。

いろいろボタンを押してみます。
Sign Inボタンを押すと/loginに遷移するはずなのに/flagに遷移しているので、何かリダイレクトしてるのかなとか怪しめだなという印象。

ただhttpsなのでwiresharkを使ってパケットを見ることができない。。。
と思ったら問題文にもう一つURLが書かれていて

http://2019shell1.picoctf.com:37907

はhttpなのでリンクが見れることが分かった。
wiresharkを使ってパケットを見てみます。

image.png

やはりリダイレクトしていました。
そしてadmin=FalseというCookieがありました。
これをtrueにすれば行けそうです。

ChromeのプラグインEditThisCookieを使ってCookieを書き換えます。

image.png

これで再度アクセスしてみる。

image.png

できました。

5
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
5
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?