Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 347 Bytes

ZX2C4 Kernel Pwn Challenge

This project builds a bootable iso containing a complete Linux kernel and userland. The kernel has a security vulnerability that allows unprivileged users to attain root access.

Instructions

  • Type make to build an iso.
  • Boot the iso in a VM.
  • Read the instructions.
  • Get root by writing a kernel exploit.