nuclei-templates/http/iot/automation-direct.yaml

42 lines
988 B
YAML
Raw Normal View History

2021-09-26 08:10:39 +00:00
id: automation-direct
info:
name: AutomationDirect Panel - Detect
2021-09-26 08:10:39 +00:00
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
2021-09-26 08:10:39 +00:00
metadata:
2021-10-22 17:53:25 +00:00
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
2021-09-26 08:10:39 +00:00
http:
2021-09-26 08:10:39 +00:00
- 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
2021-09-27 11:37:06 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- '<P align="right">([A-Za-z. 0-9]+)<\/P>'
# Enhanced by md on 2023/03/10