28 lines
578 B
YAML
28 lines
578 B
YAML
id: aftership-takeover
|
|
|
|
info:
|
|
name: Aftership - Subdomain Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
description: Aftership 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:
|
|
- Oops.</h2><p class="text-muted text-tight">The page you're looking for doesn't exist.
|
|
|
|
# Enhanced by mp on 2022/07/20
|