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