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 2019 Irish-Name-Repo 1 - Points: 300

Posted at

問題

image.png

解いてみた

サイトにアクセスしてみます。

image.png

ログインする問題なのでログイン画面を探します。

image.png

何も入力せずにログインボタンを押してみます。

image.png

login.phpに遷移して、「Login failed.」と表示されました。
ソースを見てみます。

image.png

特に変なところはありませんでした。
SQLインジェクションをやってみます。
まずはベタな

' or 1 == 1 --

を入れてみます。

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?