28 lines
515 B
YAML
28 lines
515 B
YAML
|
id: pagewiz-takeover
|
||
|
|
||
|
info:
|
||
|
name: Pagewiz subdomain takeover
|
||
|
author: brabbit10
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://help.pagewiz.com/hc/en-us/articles/115005391465-Page-URL
|
||
|
tags: takeover
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- Host != ip
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- '404 - Page Not Found'
|
||
|
- 'Start Your New Landing Page Now!'
|
||
|
- 'pagewiz'
|
||
|
condition: and
|