mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
21 lines
881 B
YAML
21 lines
881 B
YAML
# Nuclei Configuration Profile for Scanning aliyun ACLs
|
|
#
|
|
# This configuration file is specifically tailored for detecting issues in aliyun Access Control Lists (ACLs) using Nuclei.
|
|
#
|
|
# Purpose:
|
|
# This profile is focused on identifying misconfigurations and vulnerabilities in aliyun ACLs. Proper configuration of ACLs is crucial for securing aliyun resources and ensuring that only authorized entities have access.
|
|
#
|
|
# Included Templates:
|
|
# This configuration references specific templates tagged with 'alibaba-cloud-config' to cover comprehensive scanning of aliyun ACLs.
|
|
#
|
|
# Running this profile
|
|
# You can run this profile using the following command:
|
|
# nuclei -profile alibaba-cloud-config
|
|
code: true # enable code templates
|
|
|
|
tags:
|
|
- alibaba-cloud-config # filter templates with "alibaba-cloud-config" tags
|
|
|
|
var:
|
|
- region=cn-hangzhou # template input for "region" variable
|