Create jeedom-detect.yaml
parent
840da27221
commit
b19ae8e6f3
|
@ -0,0 +1,24 @@
|
|||
id: jeedom-detect
|
||||
|
||||
info:
|
||||
name: Jeedom Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,jeedom
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.php?v=d"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Jeedom</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue