38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
id: azure-pipelines-exposed
|
|
|
|
info:
|
|
name: Azure Pipelines Configuration File Disclosure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Azure Pipelines internal critical file is disclosed.
|
|
classification:
|
|
cpe: cpe:2.3:a:microsoft:azure_pipelines_agent:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: microsoft
|
|
product: azure_pipelines_agent
|
|
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: 4a0a0047304502207f0d628229344e6f67439e942b1a02442826ae07ddbdf1acdff188cfabdb644f022100cc7cc96b456d29ca932dd1207627be58da256d27d7452440ab850cd0ee346dc6:922c64590222798bb761d5b6d8e72950 |