> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/penetorshontesuto/configure-a-pentest.md).

# ペネトストを構成する

評価を設定し、エージェントの動作を追跡し、時間をかけて継続的にテストします。

このセクションでは、セットアップ、範囲、コードの文脈、可視性、安全性、継続的な再テストを扱います。

<table data-view="cards"><thead><tr><th>ガイド</th><th>対象内容</th><th data-hidden data-card-target data-type="content-ref">対象</th></tr></thead><tbody><tr><td><strong>ペンテストの設定方法</strong></td><td>ステップごとに進める評価ウィザードです。</td><td><a href="/pages/730241c329f12791987fe30437752972b9a97424">/pages/730241c329f12791987fe30437752972b9a97424</a></td></tr><tr><td><strong>ペンテストの料金</strong></td><td>料金オプション、固定プラン、クレジットコスト。</td><td><a href="/pages/b6efa08d2c93478e8e9db96db04e702e7168264a">/pages/b6efa08d2c93478e8e9db96db04e702e7168264a</a></td></tr><tr><td><strong>Androidアプリのペンテスト</strong></td><td>ネイティブまたはハイブリッドのAndroidアプリ向けにペンテストを設定し、実行します。</td><td><a href="/pages/ddf39e1007473419fe968b97f2693726f892ef42">/pages/ddf39e1007473419fe968b97f2693726f892ef42</a></td></tr><tr><td><strong>評価の範囲</strong></td><td>対象範囲を定義し、所有権を確認します。</td><td><a href="/pages/389077f995c94771edb933d894b9d862b3061ae1">/pages/389077f995c94771edb933d894b9d862b3061ae1</a></td></tr><tr><td><strong>MCPサーバーのテスト</strong></td><td>リモートMCPエンドポイントの範囲を定義し、認証し、ペンテストします。</td><td><a href="/pages/10fa3424f46cb0341c02759a1cf3df2a56f2b79a">/pages/10fa3424f46cb0341c02759a1cf3df2a56f2b79a</a></td></tr><tr><td><strong>コードとドキュメントの活用</strong></td><td>リポジトリ、仕様、文脈を活用してカバレッジを向上させます。</td><td><a href="/pages/eefade7fafa3b3ad4f2c3d85e6605c084e04531a">/pages/eefade7fafa3b3ad4f2c3d85e6605c084e04531a</a></td></tr><tr><td><strong>テストユーザーの設定</strong></td><td>テストユーザーを設定し、アプリケーションへのアクセスを提供します。</td><td><a href="/pages/f0fb7500201361b42cb91b68fed6e3c09cbd9943">/pages/f0fb7500201361b42cb91b68fed6e3c09cbd9943</a></td></tr><tr><td><strong>安全対策</strong></td><td>範囲、負荷、キャンセルに関するガードレール。</td><td><a href="/pages/2f80407c2f8a06432628975e44a800a351fa56a5">/pages/2f80407c2f8a06432628975e44a800a351fa56a5</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/penetorshontesuto/configure-a-pentest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
