# OWASP ZAP

PlexTrac supports importing XML files from **OWASP ZAP (Zed Attack Proxy),** a web application penetration testing tool. It can automatically detect security vulnerabilities while developing and testing web applications.&#x20;

<div align="left"><figure><img src="/files/w4YaAP7LuXxLKHRFASrP" alt=""><figcaption></figcaption></figure></div>

## Finding Field Mappings

Below are the mappings of fields and any reference notes to provide context. If a field is not listed, PlexTrac does not currently import it.

| OWASP Field      | Direction | PlexTrac Field            |
| ---------------- | :-------: | ------------------------- |
| Plugin ID Name   |    --->   | Finding Title             |
| Description      |    --->   | Description               |
| Other Info       |    --->   | Custom Field "Other Info" |
| Solution         |    --->   | Recomendation             |
| Refrences        |    --->   | Refrences                 |
| CWE ID           |    --->   | CWE ID                    |
| Risk Description |    --->   | Severity                  |

## Asset Field Mappings

Below are the mappings of fields and any reference notes to provide context. If a field is not listed, PlexTrac does not currently import it.

| OWASP Field | Direction | PlexTrac Field |
| ----------- | :-------: | -------------- |
| Path        |    --->   | Asset Name     |
| Method      |    --->   | Asset Evidence |
| Parameter   |    --->   | Asset Evidence |
| Payload     |    --->   | Asset Evidence |
| URI         |    --->   | Hostname       |
| Port        |    --->   | Port           |
| Protocol    |    --->   | Protocol       |


---

# 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.plextrac.com/plextrac-documentation/product-documentation-1/integrations-and-file-imports/owasp-zap.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.
