AppArmor & SELinux Explained
AppArmor and SELinux put a mandatory policy in the kernel, underneath the normal Unix permissions every admin already knows. They …
Privilege Escalation → All Privilege Escalation articles
AppArmor and SELinux put a mandatory policy in the kernel, underneath the normal Unix permissions every admin already knows. They …
You landed a shell and the prompt blinks back at you — but every useful command dies with “restricted.” No cd, no slashes, no redi…
For decades people have reached for chroot when they wanted to “lock a process into a directory.” It does change what the process …
seccomp is a tiny program the kernel runs before every syscall — it looks at the number, the architecture and the arguments, then …
Complete Linux privilege escalation methodology — SUID binaries, cron abuse, kernel exploits, capabilities, Docker escape, NFS, PA…
Complete Windows privilege escalation guide — token impersonation, Potato attacks, unquoted service paths, DLL hijacking, AlwaysIn…