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
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4b0a004830460221008b94c0b7ae5c2ca9bfae48435c7a1c090bbabe98b212d1d938b9dc3cf1e163e3022100814b1fc7dcfd68cfebf207a80a54fcdcd53de52cf07bcf2b83b59141ae8b9257:922c64590222798bb761d5b6d8e72950
|