Files
nuclei-templates/profiles/cloud.yml
Parth Malhotra a3880102a3 Update cloud.yml
2024-06-25 13:08:48 +05:30

20 lines
941 B
YAML

# 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