nuclei-templates/http/misconfiguration/healthchecks-ui-exposure.yaml

32 lines
559 B
YAML

id: healthchecks-ui-exposure
info:
name: Healthchecks UI Exposure
author: tess
severity: low
metadata:
max-request: 1
verified: true
shodan-query: title:"Health Checks UI"
tags: misconfig,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Health Checks UI'
- 'var webhookEndpoint'
condition: and
- type: status
status:
- 200