Hybris Administration Console Login Panel - Detect
ID: hybris-administration-console
Severity: info
Author: princechaddha
Tags: panel,hybris,sap
Description
Section titled “Description”Hybris Administration Console login panel was detected.
YAML Source
Section titled “YAML Source”id: hybris-administration-console
info: name: Hybris Administration Console Login Panel - Detect author: princechaddha severity: info description: Hybris Administration 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: verified: true max-request: 1 vendor: sap product: hybris shodan-query: - title:"Hybris" - http.title:"hybris" fofa-query: title="hybris" google-query: intitle:"hybris" tags: panel,hybris,sap
http: - method: GET path: - "{{BaseURL}}/login"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - "hybris administration console"
- type: status status: - 200# digest: 4a0a00473045022100b8c09272a3ab1509d65289697edd84400c6abae2b69272e9abb06ecf22273ecb02205325ed607e67bdfa6c3ffd6d836aac0c183b4d7ff4fa7efa5defec3dbaa2900d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/hybris-administration-console.yaml"