28 lines
534 B
YAML
28 lines
534 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
|
||
|
|
||
|
http:
|
||
|
- 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
|