17 lines
289 B
YAML
17 lines
289 B
YAML
|
id: newrelic-admin-api-key
|
||
|
|
||
|
info:
|
||
|
name: Admin API Key Disclosure
|
||
|
author: Ice3man
|
||
|
severity: info
|
||
|
tags: exposure,token
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '(?i)NRAA-[a-f0-9]{27}'
|