nuclei-templates/takeovers/aha-takeover.yaml

28 lines
530 B
YAML

id: aha-takeover
info:
name: Aha - Subdomain Takeover Detection
author: pdteam
severity: high
description: An Aha subdomain takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz
tags: takeover
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- There is no portal here ... sending you back to Aha!
# Enhanced by mp on 2022/07/19