Linux_kernel_exploitation icon indicating copy to clipboard operation
Linux_kernel_exploitation copied to clipboard

https://breaking-bits.gitbook.io/breaking-bits/exploit-development/linux-kernel-exploit-development

pwn.college helper environment for kernel development and exploitation

Pre-requistite:

Building the kernel, busybox, and demo modules:

$ ./build.sh

Running the kernel:

$ ./launch.sh

All modules will be in /, ready to be insmoded, and the host's home directory will be mounted as /home/ctf in the guest.