Merge pull request #5417 from projectdiscovery/bitbucket-public-repo

Create bitbucket-public-repo.yaml
patch-1
Prince Chaddha 2022-09-21 00:12:49 +05:30 committed by GitHub
commit eb06b511b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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