Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "GoAnywhere Managed File Transfer Login Panel - Detect" module is designed to detect the presence of the GoAnywhere Managed File Transfer login panel. GoAnywhere Managed File Transfer is a software solution used for secure file transfer and is commonly used by organizations to transfer sensitive data.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by ritikchaddha.
This module does not have any direct impact as it is a detection module. It simply identifies the presence of the GoAnywhere Managed File Transfer login panel.
The module works by sending an HTTP GET request to the "/goanywhere/auth/Login.xhtml" path. It then applies two matching conditions to determine if the GoAnywhere Managed File Transfer login panel is present:
- The first matching condition checks if the response body contains the phrase "GoAnywhere Managed File Transfer". - The second matching condition checks if the response status code is 200, indicating a successful request.If both matching conditions are met, the module reports a successful detection of the GoAnywhere Managed File Transfer login panel.
Example HTTP request:
GET /goanywhere/auth/Login.xhtml
Note: The actual JSON definitions of the module are not shown here for simplicity.