# Acunetix

PlexTrac supports importing XML files from **Acunetix**. Acunetix is an automated tool for auditing web applications to identify security vulnerabilities. It scans for issues such as SQL injection, cross-site scripting, and other security threats. Additionally, Acunetix evaluates service misconfigurations, outdated protocols, and network vulnerabilities.

<div align="left"><figure><img src="/files/xBfQLRe8lzJ5hL7iCD6i" alt="" width="134"><figcaption></figcaption></figure></div>

## Field Mappings <a href="#field-mappings" id="field-mappings"></a>

Below are the field mappings from Acunetix to PlexTrac, broken up by findings and assets. If a field is not listed, PlexTrac does not currently import it.

Tables include the following columns:

* **Acunetix Field:** the field name that appears in Acunetix
* **PlexTrac Field:** the field name that appears in PlexTrac
* **Direction:** displays the direction in the flow of data occurring for the integration (a value of "x" means that the value is not imported)

### Finding Field Mappings

| Acunetix Field | Direction | PlexTrac Field |
| -------------- | :-------: | -------------- |
| Accunetix      |    -->    | PlexTrac       |
| Title          |    -->    | Finding Title  |
| Description    |    -->    | Description    |
| CVSS2          |    -->    | CVSS Type      |
| CVSS2          |    -->    | Vector         |
| CVSS2          |    -->    | Score          |
| CVSS3          |    -->    | CVSS Type      |
| CVSS3          |    -->    | Vector         |
| CVSS3          |    -->    | Score          |
| Recomendations |    -->    | Recomendations |
| Refrences      |    -->    | Refrences      |
| CWE            |    -->    | CWE ID         |
| Severity       |    -->    | Severity       |

### Asset Field Mappings

| Acunetix Field | Direction | PlexTrac Field          |
| -------------- | :-------: | ----------------------- |
| Host Name      |    -->    | Parent Asset            |
| Path           |    -->    | Child Asset             |
| Evidence       |    -->    | Affected Asset Evidence |
| Request        |    -->    | Affected Asset Evidence |


---

# 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/acunetix.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.
