25 lines
525 B
YAML
25 lines
525 B
YAML
id: tumblr-takeover
|
|
|
|
info:
|
|
name: tumblr takeover detection
|
|
author: pdteam
|
|
severity: high
|
|
tags: takeover
|
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- 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")' |