Create sunbird-dcim-panel.yaml
parent
83830e3823
commit
82986ad64f
|
@ -0,0 +1,35 @@
|
|||
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
|
Loading…
Reference in New Issue