Merge pull request #8621 from projectdiscovery/azuredeploy-json

Create azuredeploy-json.yaml
patch-1
pussycat0x 2023-11-14 10:44:47 +05:30 committed by GitHub
commit c3c678f8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: azuredeploy-json
info:
name: Azure Resource Manager Template - File Exposure
author: DhiyaneshDk
severity: medium
reference:
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/parameter-files
- https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-use-template-reference?tabs=CLI
metadata:
verified: true
max-request: 1
fofa-query: body="azuredeploy.json"
tags: azure,exposure,files
http:
- method: GET
path:
- "{{BaseURL}}/azuredeploy.json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"$schema":'
- '"contentVersion":'
- '"parameters":'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200