nuclei-templates/takeovers/agilecrm-takeover.yaml

28 lines
538 B
YAML
Raw Normal View History

id: agilecrm-takeover
info:
2022-12-06 05:54:39 +00:00
name: AgileCRM Takeover Detection
2021-06-09 12:20:56 +00:00
author: pdteam
severity: high
description: agilecrm subdomain takeover was detected.
reference:
2022-12-06 05:50:45 +00:00
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/145
2022-12-06 05:54:01 +00:00
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