20 lines
391 B
YAML
20 lines
391 B
YAML
|
id: frontify-takeover
|
||
|
|
||
|
info:
|
||
|
name: frontify 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:
|
||
|
- 404 - Page Not Found
|
||
|
- Oops… looks like you got lost
|
||
|
condition: and
|