commit
01bf39d356
|
@ -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
|
Loading…
Reference in New Issue