2021-03-18 11:23:29 +00:00
|
|
|
id: tumblr-takeover
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: tumblr takeover detection
|
2021-12-02 05:28:51 +00:00
|
|
|
author: pdteam,philippedelteil
|
2021-03-18 11:23:29 +00:00
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/240
|
2021-03-18 11:23:29 +00:00
|
|
|
tags: takeover
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-11-08 16:31:37 +00:00
|
|
|
matchers-condition: and
|
2021-03-18 11:23:29 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- Whatever you were looking for doesn't currently exist at this address.
|
2021-06-06 06:37:19 +00:00
|
|
|
- There's nothing here.
|
2021-11-08 16:31:37 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2021-12-02 05:28:51 +00:00
|
|
|
- '!contains(host,"tumblr.com")'
|
|
|
|
- '!contains(host,"txmblr.com")'
|
2022-01-01 01:01:09 +00:00
|
|
|
condition: and
|