Skip to content

Get Proof of Concept (POC)

Gets the proof-of-concept screenshot for a particular vulnerability.

When a scan encounters a vulnerability in a client’s application, it generates a POC screenshot to prove the existence of the reported vulnerability.

Each vulnerability report contains a "pocs" record. For each POC found, this record includes a string to describe the vulnerability, and a vulnerability ID. For example, here is the scheme of a single POC record:

<pocs>
    <description>"POC description"</description>
    <pocInstanceId>"POC_XXXXXXXXX"</instance>
</pocs>

To view a POC image, use the Get Proof of Concept call, and use the pocInstanceId value to specify the individual image.

  • Request URL
    Here is the URL for this request.
  • Headers
    These are the headers for the Get Proof of Concept (POC) request.
  • Examples
    Here are examples of getting a proof-of-concept image.
  • HTTP Status Codes
    There are a number of possible responses to this request.

Parent topic:Reports