Merge pull request #4548 from z3xddd/master

Create ciphersecretkey.yaml and apimsecretkey.yaml
patch-1
Prince Chaddha 2022-06-10 19:00:11 +05:30 committed by GitHub
commit 1500365c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: azure-apim-secretkey
info:
name: Azure - APIM Secret Key
author: israel comazzetto dos reis
severity: info
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

View File

@ -0,0 +1,23 @@
id: cipher-secret-key
info:
name: Cipher Secret Key Exposure
author: israel comazzetto dos reis
severity: info
tags: exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "cipherSecretKey:"
- type: status
status:
- 200