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

CTF Web Awesome Injection

Last updated at Posted at 2025-05-31

目次

基本的な流れ

  1. 偵察:Browser でWebサイトを操作し、HTTPリクエストの構造を理解する
  2. 試行:各種ツールでインジェクションを試行する

偵察

  1. Burp > Proxy 経由で Browser からWebサイトを操作

試行

方法1

  1. Injection List を入手
  2. Burp > Intruder でListを実行

インジェクションリスト:

  1. SQLi

方法2

  1. インジェクション専用ツールを入手
  2. ツールを実行

インジェクション専用ツール:

  1. SQLi
    • sqlmap
1
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
1
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?