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

34 lines
681 B
YAML
Raw Normal View History

id: bitbucket-public-repository
2022-09-19 14:33:44 +00:00
info:
name: Atlassian Bitbucket Public Repository Exposure
2022-09-19 14:33:44 +00:00
author: DhiyaneshDk
severity: low
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