nuclei-templates/profiles/aws-cloud-config.yml

25 lines
1.0 KiB
YAML
Raw Normal View History

2024-06-25 07:37:48 +00:00
# Nuclei Configuration Profile for Scanning AWS ACLs
#
# This configuration file is specifically tailored for detecting issues in AWS Access Control Lists (ACLs) using Nuclei.
#
# Purpose:
# This profile is focused on identifying misconfigurations and vulnerabilities in AWS ACLs. Proper configuration of ACLs is crucial for securing AWS resources and ensuring that only authorized entities have access.
#
# Included Templates:
# This configuration references specific templates tagged with 'aws-cloud-config' to cover comprehensive scanning of AWS ACLs.
#
# Configuration:
# The profile also includes code templates to enhance detection capabilities.
# Additionally, it sets a variable for the AWS region to 'us-east-1' for template inputs.
#
# Running this profile
# You can run this profile using the following command:
2024-06-25 07:48:14 +00:00
# nuclei -profile aws-acls
code: true # enable code templates
tags:
- aws-cloud-config # filter templates with "aws-cloud-config" tags
var:
2024-06-25 07:37:48 +00:00
- region=us-east-1 # template input for "region" variable