Create jeedom-detect.yaml

patch-1
PikPikcU 2021-07-27 13:40:55 +07:00 committed by GitHub
parent 840da27221
commit b19ae8e6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -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