nuclei-templates/misconfiguration/codemeter-webadmin.yaml

34 lines
588 B
YAML

id: codemeter-webadmin
info:
name: CodeMeter Webadmin Dashboard
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: html:"CodeMeter"
tags: misconfig,exposure,codemeter
requests:
- method: GET
path:
- '{{BaseURL}}/index.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'WebAdmin | Dashboard'
- 'CodeMeter'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200