From asi
Guides Linux privilege escalation for red teaming via SUID/SGID binaries, sudo misconfigs, kernel exploits, cron jobs, capabilities. For pentests and security audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:performing-privilege-escalation-on-linuxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Legal Notice:** This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws.
Legal Notice: This skill is for authorized security testing and educational purposes only. Unauthorized use against systems you do not own or have written permission to test is illegal and may violate computer fraud laws.
Linux privilege escalation involves elevating from a low-privilege user account to root access on a compromised system. Red teams exploit misconfigurations, vulnerable services, kernel exploits, and weak permissions to achieve root. This skill covers both manual enumeration techniques and automated tools for identifying and exploiting privilege escalation vectors.
find / -perm -4000 -type f 2>/dev/nullsudo -l to list allowed commandsgetcap -r / 2>/dev/null to find binaries with capabilities| Tool | Purpose |
|---|---|
| LinPEAS | Automated privilege escalation enumeration |
| LinEnum | Linux enumeration script |
| linux-exploit-suggester | Kernel exploit matching |
| pspy | Process monitoring without root |
| GTFOBins | SUID/sudo binary exploitation reference |
| PEASS-ng | Privilege escalation awesome scripts suite |
npx claudepluginhub plurigrid/asi --plugin asiGuides Linux privilege escalation for red teaming via SUID/SGID binaries, sudo misconfigs, kernel exploits, cron jobs, capabilities. For pentests and security audits.
Enumerates and exploits Linux privilege escalation vectors including SUID binaries, sudo misconfigurations, kernel exploits, and cron job abuse for red team assessments.
Enumerates Linux systems for privilege escalation vectors: kernel exploits, sudo misconfigs, SUID binaries, cron jobs, capabilities, PATH hijacking, and NFS weaknesses. Outputs root access or remediation recommendations.