-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.dnsdns protocoldns protocol
Description
Please describe your feature request:
Support for self-contained template in dns protocol to run more specific dns based cloud checks.
Describe the use case of this feature:
id: cloud-enum-azure-vm
info:
name: Cloud Enumeration - Azure Virtual Machines
author: initstring
severity: info
description: Searches for Azure virtual machines via their registered DNS names
reference: tba
tags: cloud,azure
self-contained: true
variables:
baseDNS: "cloudapp.azure.com"
dns:
- name: "{{keyword}}.{{regionName}}.{{baseDNS}}"
type: A
attack: batteringram
payloads:
regionName:
- eastasia
- southeastasia
- centralus
- eastus
- eastus2
- westus
- northcentralus
- southcentralus
- northeurope
- westeurope
- japanwest
- japaneastnuclei -t dns.yaml -var keyword=list.txtAnything else
initstring and ShubhamRasal
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.dnsdns protocoldns protocol