nuclei-templates/iot/automation-direct.yaml

35 lines
773 B
YAML
Raw Normal View History

2021-09-26 08:10:39 +00:00
id: automation-direct
info:
name: Automation Direct
author: DhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/7295
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
requests:
- 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>'