linux-privilege-escalation

Execute systematic privilege escalation assessments on Linux systems to identify and exploit misconfigurations, vulnerable services, and security weaknesses that allow elevation from low-privilege user access to root-level control.

Content Preview
---
name: linux-privilege-escalation
description: "Execute systematic privilege escalation assessments on Linux systems to identify and exploit misconfigurations, vulnerable services, and security weaknesses that allow elevation from low-privilege user access to root-level control."
risk: unknown
source: community
author: zebbern
date_added: "2026-02-27"
---

<!-- security-allowlist: curl-pipe-bash -->

# Linux Privilege Escalation

## Purpose

Execute systematic privilege escalation assessments
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/linux-privilege-escalation.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/linux-privilege-escalation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/linux-privilege-escalation/SKILL.md

Related Skills