29 lines
514 B
YAML
29 lines
514 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
|
|
metadata:
|
|
max-request: 1
|
|
|
|
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
|