Skip to content

GoAnywhere Managed File Transfer Login Panel - Detect

ID: goanywhere-mft-login

Severity: info

Author: ritikchaddha,righettod

Tags: panel,goanywhere,login,filetransfer

GoAnywhere Managed File Transfer login panel was detected.

id: goanywhere-mft-login
info:
name: GoAnywhere Managed File Transfer Login Panel - Detect
author: ritikchaddha,righettod
severity: info
description: GoAnywhere Managed File Transfer 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:fortra:goanywhere_managed_file_transfer:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: http.html:"GoAnywhere Managed File Transfer"
product: goanywhere_managed_file_transfer
vendor: fortra
tags: panel,goanywhere,login,filetransfer
http:
- method: GET
path:
- "{{BaseURL}}/goanywhere/auth/Login.xhtml"
- "{{BaseURL}}/webclient/Login.xhtml"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "GoAnywhere Managed File Transfer"
- "GoAnywhere Web Client"
condition: or
- type: status
status:
- 200
# digest: 490a004630440220746f01624aa4c7a4a605aa9ef906e4821425b50c1e92789e1de367dcdd6a520902202e9552f111fd01875761489c70a9793b7e53f9c615377f50d3a433629433eefa:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/goanywhere-mft-login.yaml"

View on Github