27 lines
483 B
YAML
27 lines
483 B
YAML
|
id: frontify-takeover
|
||
|
|
||
|
info:
|
||
|
name: frontify takeover detection
|
||
|
author: pdteam
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/170
|
||
|
tags: takeover
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- Host != ip
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- 404 - Page Not Found
|
||
|
- Oops… looks like you got lost
|
||
|
condition: and
|