Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

GoAnywhere Managed File Transfer Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#goanywhere#login#filetransfer
Description

What is the "GoAnywhere Managed File Transfer Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/goanywhere/auth/Log...
Matching conditions
word: GoAnywhere Managed File Transferand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability