Skip to content

Healthchecks UI Exposure

ID: healthchecks-ui-exposure

Severity: low

Author: tess

Tags: misconfig,exposure

Healthchecks UI is exposed.

id: healthchecks-ui-exposure
info:
name: Healthchecks UI Exposure
author: tess
severity: low
description: Healthchecks UI is exposed.
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: 4a0a0047304502210090d7ccbea4266ec82415c0db97a7942b49c7628364e41ea0684066c46b9ec64b022016adc3b21d1e44fc83fd77204128b3ae65be9f86a41653f0b7344e3c710f90db:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/healthchecks-ui-exposure.yaml"

View on Github