41 lines
975 B
YAML
41 lines
975 B
YAML
id: automation-direct
|
|
|
|
info:
|
|
name: AutomationDirect Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: AutomationDirect panel was detected.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/7295
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"C-more -- the best HMI presented by AutomationDirect"
|
|
google-query: intitle:"C-more -- the best HMI presented by AutomationDirect"
|
|
tags: panel,iot,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<TITLE>C-more -- the best HMI presented by AutomationDirect</TITLE>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<P align="right">([A-Za-z. 0-9]+)<\/P>'
|