nuclei-templates/exposures/files/azure-pipelines-exposed.yaml

31 lines
639 B
YAML
Raw Normal View History

2022-06-08 22:12:20 +00:00
id: azure-pipelines-exposed
info:
name: Azure Pipelines Configuration File Disclosure
author: DhiyaneshDk
severity: medium
metadata:
2022-06-09 05:17:56 +00:00
verified: true
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
requests:
- 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