SAP SuccessFactors Login Panel - Detect
ID: sap-successfactors-detect
Severity: info
Author: tess
Tags: panel,sap,detect
Description
Section titled “Description”SAP SuccessFactors login panel was detected.
YAML Source
Section titled “YAML Source”id: sap-successfactors-detect
info: name: SAP SuccessFactors Login Panel - Detect author: tess severity: info description: SAP SuccessFactors login panel was detected. 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 cpe: cpe:2.3:a:sap:successfactors:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: sap product: successfactors shodan-query: - title:"Login - SAP SuccessFactors" - http.title:"login - sap successfactors" fofa-query: title="login - sap successfactors" google-query: intitle:"login - sap successfactors" tags: panel,sap,detect
http: - method: GET path: - '{{BaseURL}}' - '{{BaseURL}}/sf/start'
stop-at-first-match: true host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'SAP SuccessFactors' - 'sap-ui-core' condition: and
- type: status status: - 200# digest: 490a0046304402202a509192cd6dd9a56e66d9ed11c74fe5a2326df05614ab752e7cb699bb0d433902203c407e1743e1ad0389d7d445fdfa11dc6420e2315e1137105dd645673ada29bb: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/sap-successfactors-detect.yaml"