From a3880102a35da511a152601b7c6a767447935f13 Mon Sep 17 00:00:00 2001 From: Parth Malhotra <28601533+parthmalhotra@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:08:48 +0530 Subject: [PATCH] Update cloud.yml --- profiles/cloud.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/profiles/cloud.yml b/profiles/cloud.yml index 45455c520a..30ca16211b 100644 --- a/profiles/cloud.yml +++ b/profiles/cloud.yml @@ -1,10 +1,19 @@ -# This is a configuration file for the cloud template profile. -# Additional configuration profiles can be created for different types of nuclei scans. -# They should be placed under the 'config' directory at: -# https://github.com/projectdiscovery/nuclei-templates -# Here is an example of how to use a config profile: -# nuclei -config config/cloud.yml -list target_list_to_scan.txt +# Nuclei Configuration Profile for Cloud Detection +# +# This configuration file is specifically tailored for detecting cloud-related vulnerabilities and misconfigurations using Nuclei. +# +# Purpose: +# This profile is focused on identifying security issues in cloud environments. It includes templates that help detect vulnerabilities and misconfigurations in cloud services and infrastructure, ensuring the security of cloud deployments. +# +# Included Templates: +# This configuration references specific templates tagged with 'cloud' and 'devops' to cover comprehensive scanning of cloud environments: +# - cloud: Templates for detecting vulnerabilities and misconfigurations in cloud services. +# - devops: Templates for detecting issues related to DevOps practices in cloud environments. +# +# Running this profile +# You can run this profile using the following command: +# nuclei -profile cloud -u https://example.com tags: - cloud - - devops \ No newline at end of file + - devops