2021-03-18 11:23:29 +00:00
|
|
|
id: canny-takeover
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: canny takeover detection
|
2021-06-09 12:20:56 +00:00
|
|
|
author: pdteam
|
2021-03-18 11:23:29 +00:00
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
2022-12-06 20:34:45 +00:00
|
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/114
|
2021-03-18 11:23:29 +00:00
|
|
|
tags: takeover
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-11-17 15:43:27 +00:00
|
|
|
matchers-condition: and
|
2021-03-18 11:23:29 +00:00
|
|
|
matchers:
|
2022-11-17 15:43:27 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- Host != ip
|
|
|
|
|
2021-03-18 11:23:29 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-06-06 06:37:19 +00:00
|
|
|
- 'Company Not Found'
|
|
|
|
- 'There is no such company. Did you enter the right URL?'
|
2022-12-06 20:34:45 +00:00
|
|
|
condition: and
|