Merge pull request #5030 from projectdiscovery/bitbucket-pipeline

Create bitbucket-pipelines.yaml
patch-1
Prince Chaddha 2022-08-08 11:52:53 -07:00 committed by GitHub
commit 49eadc90ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: bitbucket-pipelines
info:
name: BitBucket Piplelines Configuration Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"bitbucket-pipelines.yml"
tags: exposure,bitbucket,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/bitbucket-pipelines.yml"
matchers-condition: and
matchers:
- type: word
words:
- 'pipelines:'
- 'step:'
condition: and
- type: status
status:
- 200