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

17 lines
285 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: newrelic-admin-api-key
info:
name: Admin API Key Disclosure
author: Ice3man
severity: info
tags: exposure,token
2021-04-08 15:45:49 +00:00
http:
2021-04-08 15:45:49 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)NRAA-[a-f0-9]{27}'