Merge pull request #10910 from projectdiscovery/Ach-gddkCweUYRocWXbu3QGeXH
Added template for azure-blob-core-detectionpatch-13
commit
4c439479c6
|
@ -0,0 +1,24 @@
|
|||
id: azure-blob-core-detect
|
||||
|
||||
info:
|
||||
name: Azure Blob Core Service - Detect
|
||||
author: ProjectDiscoveryAI
|
||||
severity: info
|
||||
description: |
|
||||
This template detects the presence of 'blob.core.windows.net' in the response body, indicating potential references to Azure Blob Storage.
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: html:"blob.core.windows.net"
|
||||
tags: azur,blob,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: response
|
||||
words:
|
||||
- "blob.core.windows.net"
|
Loading…
Reference in New Issue