35 lines
757 B
YAML
35 lines
757 B
YAML
id: healthchecks-ui-exposure
|
|
|
|
info:
|
|
name: Healthchecks UI Exposure
|
|
author: tess
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4b0a00483046022100af92e09a13008ee5c3f54e4ba9b0167c146334085010585e0b522960b9c2f07b022100e5745c0e38a3c0f6dc7646073989ba0b865c69a2ae480626bcd0774df416cf74:922c64590222798bb761d5b6d8e72950
|