35 lines
852 B
YAML
35 lines
852 B
YAML
id: azure-pipelines-exposed
|
|
|
|
info:
|
|
name: Azure Pipelines Configuration File Disclosure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: html:"azure-pipelines.yml"
|
|
tags: config,exposure,azure,microsoft,cloud,devops,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.azure-pipelines.yml"
|
|
- "{{BaseURL}}/azure-pipelines.yml"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "trigger:"
|
|
- "pool:"
|
|
- "variables:"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a0be9a57d9f96a02cf63e020bb581c36288728d2426e36aff60790e2d69807cb022100bc78bcfd48d16e10b5eefaea20c78818a6509e18df32785bc0354ce90fcd50bb:922c64590222798bb761d5b6d8e72950
|