> 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/pentesuto/coverage-and-findings/human-in-the-loop.md).

# ヒューマン・イン・ザ・ループ

Aikido がある検出結果でより高いエスカレーションの可能性を識別した場合、検出結果の詳細からエクスプロイトの続行を許可できます。

{% hint style="warning" %}
継続的なエクスプロイトはデータを作成または変更し、アプリケーションの一部を妨害する可能性があります。これを実行するのはテスト環境のみにすることを強く推奨します。
{% endhint %}

### エクスプロイトを続行する方法

{% stepper %}
{% step %}
**検出結果の詳細を開く**

Aikido でペンテストの課題を開き、次へ進みます **アタック分析**.
{% endstep %}

{% step %}
**「Exploit Further」をクリックします**

検出結果が対象であれば、ボタンが表示されます **さらに攻撃する**.

<div data-with-frame="true"><figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-55158c2c1ebe019a31a245b3cbdb9ecb67a40949%2FScreenshot%202026-03-20%20at%2015.54.33.png?alt=media" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**更新された分析を確認する**

Aikido はより深いフォローアップ実行を開始し、最新のエスカレーション結果と再テスト結果で同じ検出結果を更新します。

<div data-with-frame="true"><figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-84c4170d0028b955a913d41b825e68442693be6a%2FScreenshot%202026-03-30%20at%2014.17.42.png?alt=media" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Aikido が表示するのは **さらに攻撃する** 検出結果がエスカレーション対象の場合のみです。このアクションが表示されない場合、その検出結果は対象外、すでにエスカレーション済み、または追加のエスカレーションの可能性がありません。
{% endhint %}

もし使用した場合 [今すぐ実行、支払いは後で](/docs/docs-ja/pentesuto/pentest-pricing.md#run-now-pay-later) そして評価結果に High または Critical の検出結果がない場合は、試してみてください **さらに攻撃する** クレジット免除を申請する前に、対象の Medium または Low の検出結果で試してください。見た目には軽微に見える検出結果でも、より深いエクスプロイトの後に、より高い重大度へエスカレーションされることがあります。


---

# 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/pentesuto/coverage-and-findings/human-in-the-loop.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.
