26 lines
520 B
YAML
26 lines
520 B
YAML
id: uservoice-takeover
|
|
|
|
info:
|
|
name: Uservoice Takeover Detection
|
|
author: MiryangJung
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/163
|
|
- https://hackerone.com/reports/269109
|
|
tags: takeover,uservoice,hackerone
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "This UserVoice subdomain is currently available!"
|