nuclei-templates/takeovers/bigcartel-takeover.yaml

24 lines
461 B
YAML
Raw Normal View History

id: bigcartel-takeover
info:
name: Bigcartel 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 17:23:00 +00:00
2021-11-08 17:08:34 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-11-08 17:08:34 +00:00
- "<h1>Oops! We couldn&#8217;t find that page.</h1>"
2021-11-08 17:23:00 +00:00
2021-11-08 17:08:34 +00:00
- type: dsl
dsl:
- '!contains(host,"bigcartel.com")'