nuclei-templates/takeovers/bitbucket-takeover.yaml

30 lines
512 B
YAML
Raw Normal View History

id: bitbucket-takeover
info:
name: Bitbucket Takeover Detection
2021-06-09 12:20:56 +00:00
author: pdteam
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz
tags: takeover
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-05-30 22:04:10 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
2021-06-06 06:37:19 +00:00
- "Repository not found"
2021-05-30 22:04:10 +00:00
part: body
2021-05-30 22:05:34 +00:00
- type: word
2021-05-30 22:04:10 +00:00
words:
2021-06-06 06:37:19 +00:00
- "text/plain"
2021-05-30 22:04:10 +00:00
part: header