Skip to content

Synthetics Location Key Disclosure

ID: newrelic-synthetics-location-key

Severity: info

Author: Ice3man

Tags: exposure,token

id: newrelic-synthetics-location-key
info:
name: Synthetics Location Key Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)NRSP-[a-z]{2}[0-9]{2}[a-f0-9]{31}'
# digest: 4a0a00473045022016d4a97bc4d66a97032dd3da2fc8dcc550f561000cb409a88ec8b9fb9073465a0221009bd01ada7751c6acbb74719322b037769354b4004e25b3463286ad3052646a76:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/newrelic/newrelic-synthetics-location-key.yaml"

View on Github