25 lines
447 B
YAML
25 lines
447 B
YAML
|
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
|