nuclei-templates/takeovers/flexbe-takeover.yaml

32 lines
567 B
YAML

id: flexbe-takeover
info:
name: Flexbe Subdomain Takeover
author: 0x_Akoko
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/237
- https://help.flexbe.com/domains/
tags: takeover,flexbe
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
condition: and
words:
- "Domain isn't configured"
- "flexbe"
- type: status
status:
- 404