nuclei-templates/exposures/tokens/newrelic/newrelic-pixie-api-key.yaml

23 lines
548 B
YAML

id: newrelic-pixie-api-key
info:
name: New Relic Pixie API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/newrelic.yml
- https://docs.px.dev/reference/admin/api-keys/
metadata:
verified: "true"
tags: newrelic,pixie,token,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "(px-api-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})"