diff --git a/panels/go-anywhere-client.yaml b/panels/go-anywhere-client.yaml new file mode 100644 index 0000000000..065dc07c66 --- /dev/null +++ b/panels/go-anywhere-client.yaml @@ -0,0 +1,20 @@ +id: go-anywhere-client + +info: + name: GoAnywhere client login detection + author: iamthefrogy + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/webclient/Login.xhtml" + + redirects: true + max-redirects: 2 + matchers: + - type: word + words: + - "Powered by GoAnywhere" + - "GoAnywhere.com" + condition: or \ No newline at end of file