0
0

CpawCTF Q22.[Web]Baby's SQLi - Stage 1-

Posted at

CpawCTF Q22.[Web]Baby's SQLi - Stage 1-

問題にあるurlにアクセスする。スクリーンショット 2024-02-16 171258.png
select * from palloc_homeと入力してflagをゲット
答えはcpaw{palloc_escape_from_stage1;(}
select * from -> SQLでテーブルからすべての列を選択するために使用されます。

usage.sql
SELECT * FROM テーブル名;
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