Burp Suite
PlexTrac supports importing HTML and XML files from Burp Suite Professional and Burp Suite Community product offerings.
Responses will be trimmed if HTML is used.
Below are the mappings of fields and any reference notes to provide context. If a field is not listed, then PlexTrac does not currently import.

PlexTrac finding field | Burp path | Notes |
---|---|---|
title | issue/name | |
severity | issue/severity | maps "Information" to "Informational" |
references | issue/vulnerabilityClassifications | removes the chars |
description | issue/issueBackground | |
evidence | issue/issueDetail | |
status | "Open" | |
label | "HTTP Response" | |
value | issue/requestresponse/response | decodes the base64 encryption and wraps it in <pre><code>%s</code></pre> |
value | issue/requestresponse/request | decodes the base64 encryption and wraps it in <pre><code>%s</code></pre> |
PlexTrac asset field | Burp path | Notes |
---|---|---|
asset | issue/path | |
hostname | issue/path | |
knownIps | issue/[email protected] | |
PlexTrac parent asset field | Burp path | Notes |
---|---|---|
asset | issue/host | |
hostname | issue/path | |
knownIps | issue/[email protected] | |
Last modified 2mo ago