aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-10-02 02:42:21 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-10-02 01:33:22 +0200
commit40b48713e6b5d5570906ae1cebd1c022abd52358 (patch)
tree0809b62d7f06f6f15825718439f052ec92969c54 /README.md
downloadkernel-pwn-challenge-master.tar.xz
kernel-pwn-challenge-master.zip
Initial commit.HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
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.