Merge pull request #10114 from projectdiscovery/parthmalhotra-patch-3

Update cloud.yml
patch-4
Parth Malhotra 2024-06-25 13:09:05 +05:30 committed by GitHub
commit 0d2233eef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 7 deletions

View File

@ -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
- devops