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

picoCTF 2018 Buttons - Points: 250

Posted at

問題

image.png

解いてみた

200ポイントを全部終えて250ポイントゾーンに入りました。

リンクにアクセスしてボタンを押すだけ?の簡単な問題です。

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

image.png

素直にボタンを押してみます。

image.png

ボタンではないが。。。と思いつつリンク(ボタン?)を押してみます。

image.png

アクセス失敗の文字とともに謎の80年代フォークソングが流れてきましたよ。
怪しいのは2つ目のリンクのページなので、このページのソースを見てみます。

image.png

button2.phpにhrefしているだけ?
普通php相手にはsubmitとかしそうですが。

ボタン1のソースも見てみます。

image.png

button1.phpにPOSTでsubmitしているだけ。
ということでbutton2.phpにsubmitしてみたくなりました。

1ページ目のソースを少し編集してみます。chromeのF12で。

image.png

本来button1.phpのところをbutton2.phpに書き換えてクリックします。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?