2022-08-07 00:01:58 +00:00
|
|
|
id: bitbucket-pipelines
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: BitBucket Piplelines Configuration Exposure
|
|
|
|
author: DhiyaneshDK
|
2022-08-08 18:35:55 +00:00
|
|
|
severity: info
|
2022-08-07 00:01:58 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"bitbucket-pipelines.yml"
|
2022-08-08 18:35:55 +00:00
|
|
|
tags: exposure,bitbucket,devops,cicd
|
2022-08-07 00:01:58 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/bitbucket-pipelines.yml"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-08-08 18:35:55 +00:00
|
|
|
- 'pipelines:'
|
|
|
|
- 'step:'
|
2022-08-07 00:01:58 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|