nuclei-templates/exposures/tokens/azure/azure-apim-secretkey.yaml

25 lines
447 B
YAML
Raw Normal View History

id: azure-apim-secretkey
info:
name: Azure - APIM Secret Key
author: israel comazzetto dos reis
severity: medium
description: Azure APIM Secret Key
tags: azure,apim,microsoft,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"Ocp-Apim-Subscription-Key":'
- type: status
status:
- 200