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

29 lines
542 B
YAML

id: azure-apim-secretkey
info:
name: Azure - APIM Secret Key
author: israel comazzetto dos reis
severity: info
description: Azure APIM Secret Key
metadata:
verified: true
max-request: 1
shodan-query: html:"Ocp-Apim-Subscription-Key"
tags: azure,apim,microsoft,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"Ocp-Apim-Subscription-Key":'
- type: status
status:
- 200