Skip to content

GoAnywhere Web Client Login Panel - Detect

ID: go-anywhere-client

Severity: info

Author: iamthefrogy

Tags: panel,goanywhere,login

GoAnywhere Web Client login panel was detected.

id: go-anywhere-client
info:
name: GoAnywhere Web Client Login Panel - Detect
author: iamthefrogy
severity: info
description: GoAnywhere Web Client 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
metadata:
max-request: 1
tags: panel,goanywhere,login
http:
- method: GET
path:
- "{{BaseURL}}/webclient/Login.xhtml"
host-redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "Powered by GoAnywhere"
- "GoAnywhere.com"
condition: or
# digest: 490a0046304402203462a76a2a2d1d67378465827ed685bd7130c800a7812741645d17cb3ff66b1402201a448a36262e2b69fd41d6fe1ada29ae8d4c8bf9075ac0e450ba909ce03a09be: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/go-anywhere-client.yaml"

View on Github