31 lines
544 B
YAML
31 lines
544 B
YAML
|
id: healthchecks-ui-exposure
|
||
|
|
||
|
info:
|
||
|
name: Healthchecks UI Exposure
|
||
|
author: tess
|
||
|
severity: low
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Health Checks UI"
|
||
|
tags: misconfig,exposure
|
||
|
|
||
|
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'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|