2022-09-19 14:38:22 +00:00
|
|
|
id: bitbucket-public-repository
|
2022-09-19 14:33:44 +00:00
|
|
|
|
|
|
|
info:
|
2022-09-19 14:38:22 +00:00
|
|
|
name: Atlassian Bitbucket Public Repository Exposure
|
2022-09-19 14:33:44 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
2022-09-19 14:51:47 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.component:"Bitbucket"
|
2022-09-19 14:33:44 +00:00
|
|
|
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
|