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

31 lines
544 B
YAML
Raw Normal View History

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