misc changes + added profile

This commit is contained in:
Prince Chaddha
2024-10-24 13:54:16 +07:00
parent de895311c6
commit 9ea5b414b8
7 changed files with 21 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ code:
args:
- -ExecutionPolicy
- Bypass
- -Command
pattern: "*.ps1"
source: |
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa' -Name 'EveryoneIncludesAnonymous'

View File

@@ -22,7 +22,6 @@ code:
args:
- -ExecutionPolicy
- Bypass
- -Command
pattern: "*.ps1"
source: |
AuditPol /get /category:"Account Logon"

View File

@@ -9,7 +9,7 @@ info:
Without regular updates, systems may miss important security patches.
remediation: |
Enable automatic Windows Updates to ensure timely updates for system security.
tags: windows,updates,disabled
tags: windows,updates,disabled,windows-audit
self-contained: true

View File

@@ -9,7 +9,7 @@ info:
Disabling real-time protection increases the risk of malware infections.
remediation: |
Enable Windows Defender real-time protection to secure the system.
tags: windows,defender,antivirus,disabled
tags: windows,defender,windows-audit
self-contained: true

View File

@@ -22,6 +22,7 @@ code:
args:
- -ExecutionPolicy
- Bypass
pattern: "*.ps1"
source: |
(Get-Item WSMan:\localhost\Shell).AllowRemoteShellAccess

View File

@@ -14,7 +14,4 @@
code: true # enable code templates
tags:
- azure-cloud-config # filter templates with "azure-cloud-config" tags
var:
- region=us-east-1 # template input for "region" variable
- azure-cloud-config # filter templates with "azure-cloud-config" tags

View File

@@ -0,0 +1,17 @@
# 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