nuclei-templates/takeovers/netlify-takeover.yaml

28 lines
501 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
tags: takeover,netlify
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Not Found - Request ID:"
case-insensitive: true
- type: word
part: header
words:
- "Netlify"