Skip to content

Sunbird DCIM - Detect

ID: sunbird-dcim-panel

Severity: info

Author: bhutch

Tags: sunbird,panel,login

Sunbird DCIM login panel was detected.

id: sunbird-dcim-panel
info:
name: Sunbird DCIM - Detect
author: bhutch
severity: info
description: Sunbird DCIM 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
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:781922099
tags: sunbird,panel,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/dcim/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>dcTrack - Operations</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502203330301cd24c27b866993000e04263d4622c34f5497355fb7a380d8ac1edbe8f022100f941dfe4bcf19c580d1c4ffd7f307b821bf1152c9e64decc441ef7de0983c4d2: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/sunbird-dcim-panel.yaml"

View on Github