Skip to content

Docebo eLearning Login Panel - Detect

ID: docebo-elearning-panel

Severity: info

Author: pikpikcu

Tags: panel,docebo

Docebo eLearning login panel was detected.

id: docebo-elearning-panel
info:
name: Docebo eLearning Login Panel - Detect
author: pikpikcu
severity: info
description: Docebo eLearning 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:docebo:docebo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
fofa-query: title="Docebo E-learning"
product: docebo
vendor: docebo
tags: panel,docebo
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Docebo E-learning"
- type: status
status:
- 200
# digest: 490a00463044022027279776b21dd1e964e0cc2a4297a71989d9a9e3bb2087c114f52f715d5ce2e802205eb4b94e9f5c4ffd88279276601e10e92a366cf4b7277f2e18f1f4f57a06f83a: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/docebo-elearning-panel.yaml"

View on Github