Skip to content

Prometheus Pushgateway Panel - Detect

ID: prometheus-pushgateway-exposed-panel

Severity: info

Author: codexlynx

Tags: panel,prometheus,pushgateway

Prometheus Pushgateway panel was detected.

id: prometheus-pushgateway-exposed-panel
info:
name: Prometheus Pushgateway Panel - Detect
author: codexlynx
severity: info
description: Prometheus Pushgateway panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,prometheus,pushgateway
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Prometheus Pushgateway</title>'
# digest: 4b0a00483046022100eda1621f1e186a2667654470ab8f302e3f6916b82434d91ee1dace27683bad0d022100f07a6164a4b7fcdc2a07c9b52fcd95c12ffba26366fc90a62c9852aeb9562476: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/exposed-panels/prometheus-pushgateway-exposed-panel.yaml"

View on Github