26 lines
516 B
YAML
26 lines
516 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- Host != ip
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "This UserVoice subdomain is currently available!"
|