id: prometheus-exporter info: name: Prometheus exporter detect author: jarijaas severity: info description: Prometheus exporter detector reference: - https://github.com/prometheus/prometheus/wiki/Default-port-allocations tags: prometheus requests: - method: GET path: - "{{BaseURL}}" matchers-condition: and matchers: - type: word words: - 'Exporter' - 'Metrics' condition: and extractors: - type: regex part: body group: 1 regex: - "(.*?)"