2020-09-27 07:18:44 +00:00
|
|
|
id: go-anywhere-client
|
2020-09-26 07:36:28 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: GoAnywhere client login detection
|
|
|
|
author: iamthefrogy
|
|
|
|
severity: info
|
2021-04-06 07:25:57 +00:00
|
|
|
tags: panel
|
2020-09-26 07:36:28 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/webclient/Login.xhtml"
|
|
|
|
|
2020-09-27 07:18:44 +00:00
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
2020-09-26 07:36:28 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-09-27 07:18:44 +00:00
|
|
|
- "Powered by GoAnywhere"
|
2020-09-26 07:36:28 +00:00
|
|
|
- "GoAnywhere.com"
|
2020-09-27 07:18:44 +00:00
|
|
|
condition: or
|