21 lines
392 B
YAML
21 lines
392 B
YAML
id: medium-takeover
|
||
|
||
info:
|
||
name: Medium Takeover Detection
|
||
author: rtcms
|
||
severity: info
|
||
tags: takeover
|
||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/206
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
matchers:
|
||
- type: word
|
||
words:
|
||
- Oops! We couldn’t find that page
|
||
- Sorry about that
|
||
condition: and
|