GET
/
v1
/
scans
/
vuln
/
{vuln_id}
curl --request GET \
  --url https://api.projectdiscovery.io/v1/scans/vuln/{vuln_id} \
  --header 'X-API-Key: <api-key>'
{
  "scan_id": "<string>",
  "target": "<string>",
  "template_url": "<string>",
  "vuln_id": "<string>",
  "matcher_status": true,
  "created_at": "<string>",
  "updated_at": "<string>",
  "event": {
    "ip": "<string>",
    "host": "<string>",
    "Info": {
      "name": "<string>",
      "author": [
        "<string>"
      ],
      "tags": [
        "<string>"
      ],
      "severity": "<string>",
      "metadata": {
        "max-request": 123,
        "vendor": "<string>",
        "product": "<string>",
        "framework": "<string>",
        "shodan-query": "<string>",
        "fofa-query": "<string>",
        "censys-query": "<string>",
        "publicwww-query": "<string>",
        "google-query": "<string>",
        "verified": "<string>",
        "total-request": 123
      },
      "classification": {
        "cpe": "<string>",
        "cve-id": [
          "<string>"
        ],
        "cwe-id": [
          "<string>"
        ],
        "cvss-score": 123,
        "epss-score": 123,
        "epss-percentile": 123,
        "cvss-metrics": "<string>"
      },
      "reference": [
        "<string>"
      ],
      "description": "<string>",
      "remediation": "<string>",
      "impact": "<string>"
    },
    "type": "<string>",
    "request": "<string>",
    "response": "<string>",
    "timestamp": "<string>",
    "matched-at": "<string>",
    "template-id": "<string>",
    "curl-command": "<string>",
    "matcher-status": true,
    "matcher-name": "<string>",
    "extracted-results": [
      "<string>"
    ],
    "template-url": "<string>",
    "template-path": "<string>",
    "extractor-name": "<string>",
    "path": "<string>",
    "matched-line": [
      123
    ]
  },
  "template_encoded": "<string>",
  "template_path": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

vuln_id
string
required

vulnerability ID

Response

200
application/json
/scans/vuln/:vuln_id
scan_id
string
required
target
string
required
vuln_id
string
required
matcher_status
boolean
required
created_at
string
required
template_url
string
updated_at
string
event
object
template_encoded
string
template_path
string