Merge pull request #7643 from bhutch/sunbird-dcim-panel

Create sunbird-dcim-panel.yaml
patch-1
pussycat0x 2023-07-08 23:02:37 +05:30 committed by GitHub
commit 2979f24797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
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: http.favicon.hash:781922099
verified: true
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