aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.