Skip to content

Doris Panel - Detect

ID: doris-panel

Severity: info

Author: ritikchaddha

Tags: doris,panel,login,detect

Doris panel detection template.

id: doris-panel
info:
name: Doris Panel - Detect
author: ritikchaddha
severity: info
description: Doris panel detection template.
classification:
cpe: cpe:2.3:a:apache:doris:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: doris
shodan-query: http.favicon.hash:24048806
tags: doris,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Doris</title>'
- 'location.pathname.split'
condition: and
- type: status
status:
- 200
# digest: 490a0046304402203db4c466862754081bc9b3f53f44861a5f28c7da5238ad5af5cd006c77c43c8d02206146360601abd8327598a4001a7ce4946d14c80ecc08b37ce61461bb78792d82: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/doris-panel.yaml"

View on Github