nuclei-templates/http/takeovers/flexbe-takeover.yaml

34 lines
594 B
YAML
Raw Normal View History

2021-10-02 04:34:54 +00:00
id: flexbe-takeover
info:
name: Flexbe Subdomain Takeover
author: 0x_Akoko
severity: high
2021-10-02 14:38:29 +00:00
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/237
- https://help.flexbe.com/domains/
tags: takeover,flexbe
metadata:
max-request: 1
2021-10-02 04:34:54 +00:00
http:
2021-10-02 04:34:54 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
2021-10-02 04:34:54 +00:00
- type: word
2021-10-02 14:38:29 +00:00
condition: and
2021-10-02 04:34:54 +00:00
words:
2021-10-02 14:38:29 +00:00
- "Domain isn't configured"
- "flexbe"
2021-10-02 04:34:54 +00:00
- type: status
status:
- 404