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
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Bitbucket Public Repository is exposed.
|
2022-09-19 14:51:47 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-09-19 14:51:47 +00:00
|
|
|
shodan-query: http.component:"Bitbucket"
|
2022-09-19 14:33:44 +00:00
|
|
|
tags: misconfig,bitbucket
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-19 14:33:44 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/repos?visibility=public"
|
|
|
|
- "{{BaseURL}}/bitbucket/repos?visibility=public"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-09-19 14:33:44 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Public Repositories - Bitbucket'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a00473045022100ef4ca6052fba249e81286a51927cb5134633b363ceb7519da7c8e92fc43b0b3d02207f22c712d50b529e3c282aa667c4092eaf94c91e94bb26430971d8e18b37a437:922c64590222798bb761d5b6d8e72950
|