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

24 lines
561 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:
max-request: 1
verified: true
tags: newrelic,pixie,token,exposure
http:
- 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})"