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

28 lines
527 B
YAML
Raw Normal View History

id: azure-apim-secretkey
info:
name: Azure - APIM Secret Key
author: israel comazzetto dos reis
2022-06-10 13:27:52 +00:00
severity: info
description: Azure APIM Secret Key
2022-06-10 14:46:12 +00:00
metadata:
verified: true
shodan-query: html:"Ocp-Apim-Subscription-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