From 975da352a2e802a73dd7c2c05e4cb0a03fe7aec2 Mon Sep 17 00:00:00 2001 From: Parth Malhotra <28601533+parthmalhotra@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:17:35 +0530 Subject: [PATCH] Update privilege-escalation.yml --- profiles/privilege-escalation.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/profiles/privilege-escalation.yml b/profiles/privilege-escalation.yml index 85c0614d28..0f9b47dfb2 100644 --- a/profiles/privilege-escalation.yml +++ b/profiles/privilege-escalation.yml @@ -1,3 +1,20 @@ +# Nuclei Configuration Profile for Local Privilege Escalation Vulnerabilities +# +# This configuration file is specifically tailored for detecting local privilege escalation vulnerabilities using Nuclei. +# +# Purpose: +# This profile is focused on identifying vulnerabilities that can lead to local privilege escalation and local security issues. It includes code templates to enhance detection capabilities and targets specific scenarios where local vulnerabilities can be exploited for gaining higher privileges. +# +# Included Templates: +# This configuration references specific templates tagged with 'privesc' and 'local' to cover comprehensive detection of local privilege escalation vulnerabilities: +# +# Configuration: +# The profile includes code templates to check for local privilege escalation vulnerabilities. +# +# Running this profile +# You can run this profile using the following command: +# nuclei -profile privilege-escalation + code: true tags: