Update and rename apimsecretkey.yaml to azure-apim-secretkey.yaml
parent
25baa25a8c
commit
135a0a7e6c
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue