38 lines
944 B
YAML
38 lines
944 B
YAML
id: tumblr-takeover
|
|
|
|
info:
|
|
name: tumblr takeover detection
|
|
author: pdteam,philippedelteil
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/240
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- Whatever you were looking for doesn't currently exist at this address.
|
|
- There's nothing here.
|
|
condition: and
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"tumblr.com")'
|
|
- '!contains(host,"txmblr.com")'
|
|
- '!contains(host,"umblr.com")'
|
|
condition: and
|
|
|
|
# digest: 4a0a0047304502202f553a5421f026e5d8103944fe83899731734a7389b1ed1dbfe7bf31b47cf2b9022100ac5e2916e9a7da00c4f498d7fb2d5cf00f1af8dbb0ab26deac59e8bd3e34d0cd:922c64590222798bb761d5b6d8e72950
|