In our latest release, we have added a significant number of trending CVEs and are excited to announce the addition of new local privilege escalation templates.
These valuable contributions come from our community, with a notable contribution from @daffainfo, and are available at Local Privilege Escalation Templates.
These templates utilize the newly introduced code protocol, enhancing their capability to detect vulnerabilities more effectively.
It’s important to note that these templates are specifically designed for local execution to identify privilege escalation vulnerabilities.
For security reasons, they are not executed as part of the default Nuclei scan. We ensure the security and authenticity of these templates by signing them officially.
To run these templates, users need to provide the -code flag along with -itags local.
These additions are particularly useful for penetration testing and red-teaming focusing on privilege escalation, and we plan to further expand their coverage in future updates.
106 | CVEs Added: 14 | First-time contributions: 14For more information click here
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…