nuclei-templates/exposed-tokens/newrelic/newrelic-rest-api-key.yaml

17 lines
278 B
YAML

id: newrelic-rest-api-key
info:
name: REST API Key Disclosure
author: Ice3man
severity: info
tags: token
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)NRRA-[a-f0-9]{42}'