Linux internals & post-exploitation

Linux internals & post-exploitation

Linux looks simpler than Windows until you actually try to escalate on a hardened container host. The path covers the privilege model, classic privesc, kernel surface, and container escapes.

Prereqs

  • Solid Linux shell and process model.
  • C and x86_64 assembly basics.

Stage 1 — privilege model

Stage 2 — post-exploitation and privesc

Stage 3 — kernel and container escape

References