20 lines
482 B
YAML
20 lines
482 B
YAML
|
id: flywheel-takeover
|
||
|
|
||
|
info:
|
||
|
name: Flywheel Subdomain Takeover
|
||
|
author: smaranchand
|
||
|
severity: high
|
||
|
tags: takeover
|
||
|
reference: https://smaranchand.com.np/2021/06/flywheel-subdomain-takeover
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "We're sorry, you've landed on a page that is hosted by Flywheel"
|
||
|
- "<h1>Oops! That's not the site<br>you're looking for.</h1>"
|
||
|
condition: and
|