Skip to content

Blue Yonder Panel - Detect

ID: blue-yonder-panel

Severity: info

Author: sorrowx3

Tags: panel,login,blue-yonder,detect

Blue Yonder login panel was discovered

id: blue-yonder-panel
info:
name: Blue Yonder Panel - Detect
author: sorrowx3
severity: info
description: Blue Yonder login panel was discovered
classification:
cvss-metrics: CVSS:3.1/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: html:"title=\"blue yonder\""
tags: panel,login,blue-yonder,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/base/home"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "title=\"blue yonder\"")'
condition: and
# digest: 4b0a00483046022100da02ff9f3c1d297a4d64d388091f778a0d76eabf21e80ce7db404c396a2c1c2802210095ebea0003819815b9948e3e950ce7c7da150976a4048923d1769b31b2faa36d: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/blue-yonder-panel.yaml"

View on Github