linux-privilege-escalation
仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
汇总多种提权手法,便于攻防演练与安全审计复现。
▸ 风险提示
包含实操利用指引,可能被滥用,需在授权环境中运行。
这个 Skill 做什么
系统化枚举与利用 Linux 常见提权向量以获取更高权限。
系统化列出 Linux 常见提权思路和实操命令,比如 sudo 配置、SUID 二进制、cron 任务和内核漏洞利用。碰到低权限 shell 想快速找提权路径或排查漏洞时用。特点是把枚举步骤和可执行命令串成清单,方便一步步验证和复用。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks to "escalate privileges on Linux", "find privesc vectors on Linux systems", "exploit sudo misconfigurations", "abuse SUID binaries", "exploit cron jobs for root access", "enumerate Linux systems for privilege escalation", or "gain root access from low-privilege shell". It provides comprehensive techniques for identifying and exploiting privilege escalation paths on Linux systems.
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/linux-privilege-escalation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/linux-privilege-escalation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Linux Privilege Escalation ## Purpose 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. This skill enables comprehensive enumeration and exploitation of kernel vulnerabilities, sudo misconfigurations, SUID binaries, cron jobs, capabilities, PATH hijacking, and NFS weaknesses. ## Inputs / Prerequisites ### Required Access - Low-privilege shell access to target Linux system - Ability to execute commands (interactive or semi-interactive shell) - Network access for reverse shell connections (if needed) - Attack
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有