diff options
| author | 2012-10-02 02:42:21 +0200 | |
|---|---|---|
| committer | 2013-10-02 01:33:22 +0200 | |
| commit | 40b48713e6b5d5570906ae1cebd1c022abd52358 (patch) | |
| tree | 0809b62d7f06f6f15825718439f052ec92969c54 /README.md | |
| download | kernel-pwn-challenge-master.tar.xz kernel-pwn-challenge-master.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4be6d1 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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. |
