Skip to content

Jeedom Login Panel - Detect

ID: jeedom-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,jeedom,login

Jeedom login panel was detected.

id: jeedom-panel
info:
name: Jeedom Login Panel - Detect
author: pikpikcu,daffainfo
severity: info
description: Jeedom login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:jeedom:jeedom:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: jeedom
product: jeedom
shodan-query:
- http.title:"Jeedom"
- http.title:"jeedom"
fofa-query: title="jeedom"
google-query: intitle:"jeedom"
tags: panel,jeedom,login
http:
- method: GET
path:
- "{{BaseURL}}/index.php?v=d"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Jeedom</title>"
- "JEEDOM_PRODUCT_NAME"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100f02f74fe88fe600a7bc9df5062bac3020b9ec083037740cdc6db9f95537161e602206b01a9f0236d2590f5591127f22c9cc30bd9cc18f330842e28515a1483216ba4:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/jeedom-panel.yaml"

View on Github