2022-06-08 22:12:20 +00:00
|
|
|
id: azure-pipelines-exposed
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Azure Pipelines Configuration File Disclosure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: medium
|
2024-01-02 16:16:15 +00:00
|
|
|
description: Azure Pipelines internal critical file is disclosed.
|
2022-06-08 22:12:20 +00:00
|
|
|
metadata:
|
2022-06-09 05:17:56 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-06-08 22:12:20 +00:00
|
|
|
shodan-query: html:"azure-pipelines.yml"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: config,exposure,azure,microsoft,cloud,devops,files
|
2022-06-08 22:12:20 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-08 22:12:20 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.azure-pipelines.yml"
|
|
|
|
- "{{BaseURL}}/azure-pipelines.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-06-08 22:12:20 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "trigger:"
|
|
|
|
- "pool:"
|
|
|
|
- "variables:"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100a0be9a57d9f96a02cf63e020bb581c36288728d2426e36aff60790e2d69807cb022100bc78bcfd48d16e10b5eefaea20c78818a6509e18df32785bc0354ce90fcd50bb:922c64590222798bb761d5b6d8e72950
|