mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
17 lines
790 B
YAML
17 lines
790 B
YAML
# Nuclei Configuration Profile for Windows Audit
|
|
#
|
|
# This configuration file is specifically tailored for auditing Windows environments using Nuclei.
|
|
#
|
|
# Purpose:
|
|
# This profile is focused on identifying misconfigurations and vulnerabilities in Windows systems. Ensuring proper configuration and security controls is crucial for protecting Windows environments and ensuring that only authorized entities have access.
|
|
#
|
|
# Included Templates:
|
|
# This configuration references specific templates tagged with 'windows-audit' to cover comprehensive scanning of Windows systems.
|
|
#
|
|
# Running this profile:
|
|
# You can run this profile using the following command:
|
|
# nuclei -profile windows-audit
|
|
code: true # enable code templates
|
|
|
|
tags:
|
|
- windows-audit # filter templates with "windows-audit" tags |