Update and rename apimsecretkey.yaml to azure-apim-secretkey.yaml

patch-1
Prince Chaddha 2022-06-10 18:46:34 +05:30 committed by GitHub
parent 25baa25a8c
commit 135a0a7e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 32 deletions

View File

@ -1,32 +0,0 @@
id: AzureApimSecretKey
info:
name: Azure APIM Secret Key
author: israel comazzetto dos reis
severity: medium
description: Azure APIM Secret Key
reference:
- https://
tags: tags
requests:
- raw:
- |+
GET {{BaseURL}} HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Connection: close
matchers-condition: and
matchers:
- type: word
part: body
words:
- Ocp-Apim-Subscription-Key
- type: status
status:
- 200

View File

@ -0,0 +1,24 @@
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