Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "SAP SuccessFactors Login Panel - Detect" module is designed to detect the presence of the SAP SuccessFactors login panel. SAP SuccessFactors is a software suite that provides human capital management (HCM) solutions for businesses. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by tess.
This module does not have any direct impact on the system being scanned. It simply detects the presence of the SAP SuccessFactors login panel, providing information about its existence.
The "SAP SuccessFactors Login Panel - Detect" module works by sending an HTTP GET request to the "/sf/start" path. It then applies two matching conditions to determine if the SAP SuccessFactors login panel is present:
If both conditions are met, the module reports the detection of the SAP SuccessFactors login panel.
Here is an example of the HTTP request sent by the module:
GET /sf/start
The matching conditions are:
- The response body must contain the words "SAP SuccessFactors" and "sap-ui-core". - The response status must be 200 (OK).Please note that this module is part of the Vidoc platform and is used for scanning purposes.