Update aws-cloud-config.yml
parent
4e31430ddd
commit
814a092cfc
|
@ -1,4 +1,20 @@
|
||||||
# Nuclei scan profile for scanning aws ACLs
|
# 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:
|
||||||
|
# nuclei -profile aws-acls -u https://example.com
|
||||||
|
|
||||||
code: true # enable code templates
|
code: true # enable code templates
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue