2021-09-26 08:10:39 +00:00
|
|
|
id: automation-direct
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Automation Direct
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
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"
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: intitle:"C-more -- the best HMI presented by AutomationDirect"
|
2022-08-27 04:41:18 +00:00
|
|
|
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>'
|