19 lines
363 B
YAML
19 lines
363 B
YAML
|
id: brightcove-takeover
|
||
|
|
||
|
info:
|
||
|
name: brightcove takeover detection
|
||
|
author: pdcommunity
|
||
|
severity: high
|
||
|
tags: takeover
|
||
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<p class="bc-gallery-error-code">Error Code: 404</p>'
|