nuclei-templates/misconfiguration/unauthenticated-glowroot.yaml

33 lines
762 B
YAML
Raw Normal View History

2021-09-15 07:58:43 +00:00
id: unauthenticated-glowroot
2021-09-14 10:05:52 +00:00
2021-09-13 18:28:56 +00:00
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
2021-09-14 10:05:52 +00:00
tags: misconfig,unauth,glowroot
2021-09-13 18:28:56 +00:00
requests:
- method: GET
path:
2021-09-14 10:05:52 +00:00
- '{{BaseURL}}/backend/admin/users?username=anonymous'
2021-09-13 18:28:56 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-09-14 10:05:52 +00:00
- '"username":"anonymous"'
- '"Administrator"'
- '"newPassword":""'
condition: and
- type: word
words:
- "application/json"
part: header
2021-09-13 18:28:56 +00:00
- type: status
status:
2021-09-14 10:05:52 +00:00
- 200