# Core Impact

Vulnerabilities of any **Core Impact** workspace can be exported to an XML-compatible format for import into PlexTrac as findings. Core Impact is penetration testing software developed by Fortra’s Core Security. It is used by security professionals and ethical hackers to uncover and exploit security weaknesses. It is designed to enable security teams to conduct advanced penetration tests and safely test environments using the same techniques as adversaries.

![](/files/IoYsdLnUYrkOmW2OFnyd)

## Exporting From Core Impact

<mark style="background-color:yellow;">Step 1:</mark> From a Core Impact Workspace, open the Modules view, go to **11 - Reporting>Third Party,** and launch the module *Export IMPACT Workspace to XML file.*

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

<mark style="background-color:yellow;">Step 2:</mark> Select the location to export the file and click **OK**.

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

The workspace vulnerabilities are downloaded in an XML format compatible with PlexTrac.

Each export file from Core Impact contains the following:

* The list of assets tested by Core Impact within the scope of the particular workspace.
* The list of vulnerabilities discovered during the test and the assets affected by each vulnerability. All the vulnerabilities discovered by Core Impact have demonstrated exploitability.

## 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.&#x20;

| PlexTrac Field     | Core Impact Path                                                                                                                                                                                                       | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| title              | <p>\<entity class="host">\<property key="Vulnerabilities">\<property key=(value)><br><br><em>or</em><br><br>\<entity class="host">\<property key="Vulnerabilities">\<property key="Modules>\<property key=(value)></p> | <p>PlexTrac obtains the finding title from the property elements attribute "key" inside the vulnerability element.<br><br>If \<entity class="host">\<property key="Vulnerabilities">\<property key=(value)> does not exist, then the tool looks at the Module element \<entity class="host">\<property key="Vulnerabilities">\<property key="Modules">\<property key=(value)>.<br><br><strong>NOTE:</strong> PlexTrac only creates a finding if a <code>Modules</code> exists in the property key.<br>\<entity class="host">\<property key="Vulnerabilities">\<property key="Modules"></p> |
| severity           |                                                                                                                                                                                                                        | This value is hard-coded "Informational" by PlexTrac upon import, as it is a required value for PlexTrac but not provided by Core Impact.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| references         | \<entity class="host">\<property key="Vulnerabilities">\<property key=(value)>                                                                                                                                         | If no references exist, then the string is left empty: ""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| recommendations    |                                                                                                                                                                                                                        | This value is hard-coded "Provide recommendations for resolution here." by PlexTrac upon import, as a value is not provided by Core Impact.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| description        | \<entity class="host">\<property key="Vulnerabilities">\<property>\<property key="description>(value)\</property>                                                                                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| common identifiers | \<entity class="host">\<property key="Vulnerabilities">\<property key=(value)>                                                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |

## Asset Field Mappings

| PlexTrac Field | Core Impact Path                    | Notes                                                                                                                                                            |
| -------------- | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| asset          | \<entity class="host" name=(value)> | <p>PlexTrac receives an entity element that has a class of "host" and strips the leading '/' from the name attribute<br>to use that as the asset name value.</p> |


---

# 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/core-impact.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.
