nuclei-templates/http/misconfiguration/codemeter-webadmin.yaml

35 lines
603 B
YAML

id: codemeter-webadmin
info:
name: CodeMeter Webadmin Dashboard
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
verified: true
shodan-query: html:"CodeMeter"
tags: misconfig,exposure,codemeter
http:
- 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