From 67e47510ccdac33e8f1c32c9577a17194cdc5d4a Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 1 Apr 2024 21:07:05 -0700 Subject: [PATCH] notes --- kernel-exploitation/DESCRIPTION.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kernel-exploitation/DESCRIPTION.md b/kernel-exploitation/DESCRIPTION.md index a5ca427..34ce62c 100644 --- a/kernel-exploitation/DESCRIPTION.md +++ b/kernel-exploitation/DESCRIPTION.md @@ -4,4 +4,8 @@ Are you ready to kick your knowledge up a notch to understand how real-world Lin This module will provide you with the guide that you need to become an expert in Linux kernel exploitation. -**Note** this module does not currently have recordings. Proceed at your own risk. +**Note 1:** this module does not currently have recordings. Proceed at your own risk. + +**Note 2:** this is a kernel exploitation module, and requires you to run `vm connect` to drop into the virtual machine where the challenge is running. You can get logs using `vm logs` and (in Practice Mode) debug the kernel using `vm debug`. + +**Note 3:** for technical reasons, we had to disable virtualization on this module. The VM will be _slow_ --- consider doing heavy tasks like compiling in the normal workspace (e.g., in a terminal where you have _not_ done `vm connect`).