linux-security-bypass
linux security bypass
What it does
- linux-privilege-escalation once you've broken out of restrictions and need to escalate
- container-escape-techniques when security mechanisms are container-specific (seccomp profiles, AppArmor docker-default)
- linux-lateral-movement after bypassing restrictions for pivoting
- cmdi-command-injection when the restriction is on command execution from a web application context
Requirements & configuration
- linux-privilege-escalation once you've broken out of restrictions and need to escalate
- | Node.js | node -e 'require("childprocess").spawn("/bin/bash",{stdio:[0,1,2]})' |
- ├── Need stealth? → process name spoofing (§6.3)
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
linux-security-bypass FAQ
What does the linux-security-bypass skill do?
>- Linux security mechanism bypass playbook. Use when facing restricted bash/rbash, read-only or noexec filesystems, AppArmor, SELinux, seccomp filters, or audit logging that must be evaded during post-exploitation. linux-privilege-escalation once you've broken out of restrictions and need to escalate container-escape-techniques when security mechanisms are container-specific (seccomp profiles, AppArmor docker-default)
What does linux-security-bypass require?
linux-privilege-escalation once you've broken out of restrictions and need to escalate | Node.js | node -e 'require("childprocess").spawn("/bin/bash",{stdio:[0,1,2]})' | ├── Need stealth? → process name spoofing (§6.3)
How do I install linux-security-bypass?
Run: npx -y skills add https://github.com/yaklang/hack-skills --skill linux-security-bypass --agent claude-code — the source lives at github.com/yaklang/hack-skills.
Maintain linux-security-bypass?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[linux-security-bypass on getagentictools](https://getagentictools.com/skills/yaklang-hack-skills-linux-security-bypass?ref=badge) npx agentictools info skills/yaklang-hack-skills-linux-security-bypass The second line is the CLI lookup for this page — handy in READMEs and docs.