nuclei-templates/takeovers/bitbucket-takeover.yaml

26 lines
457 B
YAML

id: bitbucket-takeover
info:
name: Bitbucket Takeover Detection
author: pdteam
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz
tags: takeover
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Repository not found"
part: body
- type: word
words:
- "text/plain"
part: header