38 lines
962 B
YAML
38 lines
962 B
YAML
id: netlify-takeover
|
|
|
|
info:
|
|
name: netlify takeover detection
|
|
author: 0xPrial,pdteam
|
|
severity: high
|
|
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"
|
|
|
|
# digest: 4a0a0047304502210094e0fe35e30b12c1cf6db708fd8597ef52ba708528ecf1116b7f07e2249c01fe0220744af5e2e56256aa12a333a9791d7f72cc9f5bf40b35f32c7ffd346e280165bd:922c64590222798bb761d5b6d8e72950
|