42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: netlify-takeover
|
|
|
|
info:
|
|
name: netlify takeover detection
|
|
author: 0xPrial,pdteam
|
|
severity: high
|
|
description: netlify takeover was detected.
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/40
|
|
- https://monish-basaniwal.medium.com/how-i-found-my-first-subdomain-takeover-vulnerability-b7d5c17b61fd
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/pull/289
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,netlify
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Not Found - Request ID:"
|
|
case-insensitive: true
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Netlify"
|
|
|
|
extractors:
|
|
- type: dsl
|
|
dsl:
|
|
- cname
|
|
# digest: 490a00463044022051a231cb2777160f952b455a41a8493e5fa5ff0fb89d6193f322ed08a313c2f70220373a6432536a4c44f9ba5844afe08403ce8de5718ef5ec9dd8de11d6090f6d40:922c64590222798bb761d5b6d8e72950 |