nuclei-templates/misconfiguration/unauthenticated-glowroot.yaml

33 lines
760 B
YAML

id: unauthenticated-glowroot
info:
name: Glowroot Anonymous User
author: pussycat0x
severity: high
description: Anonymous user access allows to understand the host internals
reference: https://www.shodan.io/search?query=http.title%3A%22Glowroot%22
tags: misconfig,unauth,glowroot
requests:
- method: GET
path:
- '{{BaseURL}}/backend/admin/users?username=anonymous'
matchers-condition: and
matchers:
- type: word
words:
- '"username":"anonymous"'
- '"Administrator"'
- '"newPassword":""'
condition: and
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200