Skip to content

Admin API Key Disclosure

ID: newrelic-admin-api-key

Severity: info

Author: Ice3man

Tags: exposure,token

id: newrelic-admin-api-key
info:
name: Admin API 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)NRAA-[a-f0-9]{27}'
# digest: 490a00463044022031ad3e6a0a6dffead51ef21f7f847bcd616294a2744ced4adeec199c3d621e0302207aba0e093a6cf35efdce6411c716ef7102d7301ad6af3bd9b172924ea6d8a532: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-admin-api-key.yaml"

View on Github