windows-audit.yml
ID: windows-audit.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# 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-auditcode: true # enable code templates
tags: - windows-audit # filter templates with "windows-audit" tagsGuide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "profiles/windows-audit.yml"