Merge pull request #8621 from projectdiscovery/azuredeploy-json
Create azuredeploy-json.yamlpatch-1
commit
c3c678f8df
|
@ -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
|
Loading…
Reference in New Issue