nuclei-templates/misconfiguration/bitbucket-public-repository...

34 lines
681 B
YAML

id: bitbucket-public-repository
info:
name: Atlassian Bitbucket Public Repository Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: http.component:"Bitbucket"
tags: misconfig,bitbucket
requests:
- method: GET
path:
- "{{BaseURL}}/repos?visibility=public"
- "{{BaseURL}}/bitbucket/repos?visibility=public"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Public Repositories - Bitbucket'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200