privilege-escalation.yml
ID: privilege-escalation.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# 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: - privesc
include-tags: - localGuide 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/privilege-escalation.yml"