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

35 lines
603 B
YAML
Raw Normal View History

2022-09-14 10:14:44 +00:00
id: codemeter-webadmin
info:
name: CodeMeter Webadmin Dashboard
author: DhiyaneshDk
severity: low
metadata:
max-request: 1
2022-09-14 10:14:44 +00:00
verified: true
shodan-query: html:"CodeMeter"
2022-09-15 10:07:04 +00:00
tags: misconfig,exposure,codemeter
2022-09-14 10:14:44 +00:00
http:
2022-09-14 10:14:44 +00:00
- 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