nuclei-templates/takeovers/agilecrm-takeover.yaml

28 lines
538 B
YAML

id: agilecrm-takeover
info:
name: AgileCRM Takeover Detection
author: pdteam
severity: high
description: agilecrm subdomain takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/145
tags: takeover,agilecrm
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- Sorry, this page is no longer available.
# Enhanced by mp on 2022/07/20