nuclei-templates/takeovers/tumblr-takeover.yaml

25 lines
525 B
YAML
Raw Normal View History

id: tumblr-takeover
info:
name: tumblr takeover detection
2021-06-09 12:20:56 +00:00
author: pdteam
severity: high
tags: takeover
reference: https://github.com/EdOverflow/can-i-take-over-xyz
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-11-08 16:31:37 +00:00
matchers-condition: and
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:
- '!contains(host,"tumblr.com")'