nuclei-templates/http/exposed-panels/sunbird-dcim-panel.yaml

36 lines
739 B
YAML
Raw Normal View History

2023-07-07 20:27:59 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: html.title:"dcTrack - Operations"
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