2022-10-31 21:41:23 +00:00
|
|
|
id: healthchecks-ui-exposure
|
2022-10-31 19:26:54 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-31 21:41:23 +00:00
|
|
|
name: Healthchecks UI Exposure
|
2022-10-31 19:26:54 +00:00
|
|
|
author: tess
|
2022-10-31 21:30:52 +00:00
|
|
|
severity: low
|
2022-10-31 19:26:54 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-10-31 19:26:54 +00:00
|
|
|
verified: true
|
2022-10-31 21:30:52 +00:00
|
|
|
shodan-query: title:"Health Checks UI"
|
2022-10-31 21:41:23 +00:00
|
|
|
tags: misconfig,exposure
|
2022-10-31 19:26:54 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-31 19:26:54 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 3
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-10-31 21:38:06 +00:00
|
|
|
- 'Health Checks UI'
|
2022-10-31 21:30:52 +00:00
|
|
|
- 'var webhookEndpoint'
|
2022-10-31 19:26:54 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|