Support to detect myStrom plugs
parent
16804234f4
commit
965281d2ec
|
@ -0,0 +1,29 @@
|
|||
id: mystrom-panel
|
||||
|
||||
info:
|
||||
name: myStrom plug Detect
|
||||
author: fabaff
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"myStrom"
|
||||
tags: panel,mystrom,iot
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.html#en'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- ' myStrom AG</div>'
|
||||
- '<title>myStrom</title>'
|
||||
condition: and
|
||||
case-insensitive: true
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue