17 lines
325 B
YAML
17 lines
325 B
YAML
|
id: newrelic-synthetics-location-key
|
||
|
|
||
|
info:
|
||
|
name: Synthetics Location Key Disclosure
|
||
|
author: Ice3man
|
||
|
severity: info
|
||
|
tags: exposure,token
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '(?i)NRSP-[a-z]{2}[0-9]{2}[a-f0-9]{31}'
|