18 lines
356 B
YAML
18 lines
356 B
YAML
|
id: unbounce-takeover
|
||
|
|
||
|
info:
|
||
|
name: unbounce takeover detection
|
||
|
author: pdcommunity
|
||
|
severity: info
|
||
|
tags: takeover
|
||
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "^The requested URL was not found on this server.$"
|