# DAST Detectors

The DAST scanner uses two complementary detection sources:

| Source                               | Detector IDs                                 | What it finds                                                                          |
| ------------------------------------ | -------------------------------------------- | -------------------------------------------------------------------------------------- |
| Active and passive scan rules        | Numeric IDs (e.g., `40018`, `40012`)         | Injection, XSS, authentication issues, security misconfigurations — over 200 detectors |
| Vulnerability check (`--vuln-check`) | `vuln/` prefix (e.g., `vuln/CVE-2021-44228`) | Known CVEs, misconfigurations, and exposures matched by template signatures            |

Both sources produce findings in the same report. Each detector is mapped to a **CWE** identifier, and — where applicable — to the matching **NIST 800-53**, **SANS Top 25**, and **PCI DSS** controls, so DAST results can be traced directly to compliance requirements. Detectors also include remediation guidance.

The full detector list with descriptions and references is published at [detectors.xygeni.io](https://detectors.xygeni.io/xydocs/dast/detectors/index.html).


---

# Agent Instructions: 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:

```
GET https://docs.xygeni.io/xygeni-products/dast-security/dast-detectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
