nuclei-templates/exposures/files/bitbucket-pipelines.yaml

28 lines
528 B
YAML
Raw Normal View History

2022-08-07 00:01:58 +00:00
id: bitbucket-pipelines
info:
name: BitBucket Pipelines Configuration Exposure
2022-08-07 00:01:58 +00:00
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-10-13 10:12:07 +00:00
tags: exposure,bitbucket,devops,cicd,files
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