nuclei-templates/http/takeovers/zendesk-takeover.yaml

31 lines
618 B
YAML
Raw Normal View History

id: zendesk-takeover
info:
2022-12-06 19:43:08 +00:00
name: Zendesk Takeover Detection
2021-06-09 12:20:56 +00:00
author: pdteam
severity: high
reference:
2022-12-06 19:05:34 +00:00
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/23
- https://hackerone.com/reports/869605
- https://hackerone.com/reports/759454
tags: takeover,zendesk,hackerone
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
2022-12-06 19:05:34 +00:00
- "this help center no longer exists"
- "Help Center Closed"
2022-12-06 19:43:08 +00:00
condition: or