37 lines
945 B
YAML
37 lines
945 B
YAML
id: bitbucket-public-repository
|
|
|
|
info:
|
|
name: Atlassian Bitbucket Public Repository Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: Bitbucket Public Repository is exposed.
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.component:"Bitbucket"
|
|
tags: misconfig,bitbucket
|
|
|
|
http:
|
|
- 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
|
|
# digest: 4a0a00473045022100ef4ca6052fba249e81286a51927cb5134633b363ceb7519da7c8e92fc43b0b3d02207f22c712d50b529e3c282aa667c4092eaf94c91e94bb26430971d8e18b37a437:922c64590222798bb761d5b6d8e72950 |