20 lines
411 B
YAML
20 lines
411 B
YAML
|
id: freshdesk-takeover
|
||
|
|
||
|
info:
|
||
|
name: freshdesk takeover detection
|
||
|
author: Gal Nagli @naglinagli
|
||
|
severity: high
|
||
|
tags: takeover
|
||
|
reference: https://twitter.com/ja1sharma/status/1377239265348743175
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- There is no helpdesk here!
|
||
|
- Maybe this is still fresh!
|
||
|
condition: and
|