mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
misc changes + added profile
This commit is contained in:
@@ -22,7 +22,6 @@ code:
|
|||||||
args:
|
args:
|
||||||
- -ExecutionPolicy
|
- -ExecutionPolicy
|
||||||
- Bypass
|
- Bypass
|
||||||
- -Command
|
|
||||||
pattern: "*.ps1"
|
pattern: "*.ps1"
|
||||||
source: |
|
source: |
|
||||||
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa' -Name 'EveryoneIncludesAnonymous'
|
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa' -Name 'EveryoneIncludesAnonymous'
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ code:
|
|||||||
args:
|
args:
|
||||||
- -ExecutionPolicy
|
- -ExecutionPolicy
|
||||||
- Bypass
|
- Bypass
|
||||||
- -Command
|
|
||||||
pattern: "*.ps1"
|
pattern: "*.ps1"
|
||||||
source: |
|
source: |
|
||||||
AuditPol /get /category:"Account Logon"
|
AuditPol /get /category:"Account Logon"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ info:
|
|||||||
Without regular updates, systems may miss important security patches.
|
Without regular updates, systems may miss important security patches.
|
||||||
remediation: |
|
remediation: |
|
||||||
Enable automatic Windows Updates to ensure timely updates for system security.
|
Enable automatic Windows Updates to ensure timely updates for system security.
|
||||||
tags: windows,updates,disabled
|
tags: windows,updates,disabled,windows-audit
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ info:
|
|||||||
Disabling real-time protection increases the risk of malware infections.
|
Disabling real-time protection increases the risk of malware infections.
|
||||||
remediation: |
|
remediation: |
|
||||||
Enable Windows Defender real-time protection to secure the system.
|
Enable Windows Defender real-time protection to secure the system.
|
||||||
tags: windows,defender,antivirus,disabled
|
tags: windows,defender,windows-audit
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ code:
|
|||||||
args:
|
args:
|
||||||
- -ExecutionPolicy
|
- -ExecutionPolicy
|
||||||
- Bypass
|
- Bypass
|
||||||
|
pattern: "*.ps1"
|
||||||
source: |
|
source: |
|
||||||
(Get-Item WSMan:\localhost\Shell).AllowRemoteShellAccess
|
(Get-Item WSMan:\localhost\Shell).AllowRemoteShellAccess
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,3 @@ code: true # enable code templates
|
|||||||
|
|
||||||
tags:
|
tags:
|
||||||
- azure-cloud-config # filter templates with "azure-cloud-config" tags
|
- azure-cloud-config # filter templates with "azure-cloud-config" tags
|
||||||
|
|
||||||
var:
|
|
||||||
- region=us-east-1 # template input for "region" variable
|
|
||||||
|
|||||||
17
profiles/windows-audit.yml
Normal file
17
profiles/windows-audit.yml
Normal 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
|
||||||
Reference in New Issue
Block a user