d4em0n / kernel-pwn-challenge

Source code for building an exploitable linux kernel challenge iso.

Home Page:http://git.zx2c4.com/kernel-pwn-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source code for building an exploitable linux kernel challenge iso.

http://git.zx2c4.com/kernel-pwn-challenge


Languages

Language:C 72.7%Language:Shell 17.1%Language:Makefile 10.2%