36 lines
832 B
YAML
36 lines
832 B
YAML
id: azure-website-enum
|
|
|
|
info:
|
|
name: Azure Websites - Cloud Enumeration
|
|
author: initstring
|
|
severity: info
|
|
description: |
|
|
Searches for Azure websites that are registered and responding.
|
|
metadata:
|
|
verified: true
|
|
tags: cloud,azure
|
|
|
|
self-contained: true
|
|
|
|
variables:
|
|
BaseDNS: "azurewebsites.net"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://{{wordlist}}.{{BaseDNS}} HTTP/1.1
|
|
Host: {{wordlist}}.{{BaseDNS}}
|
|
|
|
redirects: false
|
|
|
|
attack: batteringram
|
|
threads: 10
|
|
|
|
matchers:
|
|
- type: status
|
|
name: "Available Azure Website"
|
|
status:
|
|
- 200
|
|
- 302
|
|
condition: or
|
|
# digest: 490a00463044022001ff1a4cff9e33f3817df1e824a00e35f76c6f8e22cd34e3616e452978dc46f702200913c7710eba2b3df98325a1bb7da86b55cde6d4a3d7199a7d952f1f7988a3fa:922c64590222798bb761d5b6d8e72950 |