26 lines
544 B
YAML
26 lines
544 B
YAML
id: freshdesk-takeover
|
|
|
|
info:
|
|
name: freshdesk takeover detection
|
|
author: naglinagli
|
|
severity: high
|
|
tags: takeover
|
|
reference: https://twitter.com/ja1sharma/status/1377239265348743175
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'There is no helpdesk here!'
|
|
- 'May be this is still fresh!'
|
|
- 'freshdesk.com/signup'
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"freshpo.com")' |