Merge pull request #5355 from projectdiscovery/codemeter-webadmin

Create codemeter-webadmin.yaml
patch-1
Prince Chaddha 2022-09-15 15:39:22 +05:30 committed by GitHub
commit fe572f0796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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