From 89ef9ff2c00f081d21f1bd01f6335b4c30375195 Mon Sep 17 00:00:00 2001 From: djtodoro Date: Wed, 6 Nov 2024 09:37:49 +0100 Subject: [PATCH] docs: Add more info for testing --- docs/TestFeatures.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/TestFeatures.md b/docs/TestFeatures.md index fecb88b..056d92c 100644 --- a/docs/TestFeatures.md +++ b/docs/TestFeatures.md @@ -131,7 +131,14 @@ Here are information about testing of the features available. ### Linux Kernel 5.10 -| Feature | Tested | Regression Test | -| :--------------------------------------------| :------------------------- | :--------------------------------- | -| Hide process | Yes | features/hide-pid.test | -| Extract base address of a running process | Yes | features/extract-base-address.test | +| Feature | Tested | Regression Test | +| :--------------------------------------------------| :------------------------------| :--------------------------------- | +| Hide process | Yes | features/hide-pid.test | +| Extract base address of a running process | Yes | features/extract-base-address.test | +| anti-rk's that are available (bpf-hookdetect) | No (hard to test on qemu) | None | +| anti-rk's that are available (rkspotter) | No (build for non host kernel) | None | +| anti-rk's that are available (rkbreaker) | No (build for non host kernel) | None | +| Simple netcat reverse shell | No (understand bdclient) | None | +| Log tty keys and steal passwords over SSH (and FTP)| No (understand bdclient) | None | +| Simple persistence using ELF infection with Volundr| No (understand bdclient) | None | +| Hide pre-defined network application | Yes | None |