nuclei-templates/http/misconfiguration/namedprocess-exporter-metri...

30 lines
539 B
YAML
Raw Normal View History

id: namedprocess-exporter-metrics
info:
name: Named Process Exporter
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
verified: true
shodan-query: title:"Named Process Exporter"
tags: namedprocess,exposure,debug,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "namedprocess"
- "# HELP"
condition: and
- type: status
status:
- 200