Skip to content

Hybris Management Console Login Panel - Detect

ID: hmc-hybris-panel

Severity: info

Author: dogasantos

Tags: panel,sap

Hybris Management Console login panel was detected.

id: hmc-hybris-panel
info:
name: Hybris Management Console Login Panel - Detect
author: dogasantos
severity: info
description: Hybris Management Console 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
cpe: cpe:2.3:a:sap:hybris:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: sap
product: hybris
shodan-query: http.title:"hybris"
fofa-query: title="hybris"
google-query: intitle:"hybris"
tags: panel,sap
http:
- method: GET
path:
- "{{BaseURL}}/hmc/hybris"
- "{{BaseURL}}/hybris/hmc/hybris"
matchers:
- type: word
words:
- "hybris Management Console"
part: body
# digest: 4b0a004830460221008688710b658fb9389fe0fbf67ae3c07447dac725f11f2808bbe931f0d617aa88022100b9a2dafe8e2212531dc9b9969aa21775e654b9c85dfb04e2f2650514a0dc5282: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/hmc-hybris-panel.yaml"

View on Github