diff options
author | 2025-04-17 00:47:08 +0530 | |
---|---|---|
committer | 2025-04-17 00:47:08 +0530 | |
commit | 9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396 (patch) | |
tree | 6f4f19179225eee4c0cb8b47299bad0bfeb2dfc7 /authorized_users.txt | |
parent | 0fda28a6dc1e31e6aaa7222bfcd58bdf4d70af88 (diff) | |
download | rootkit-9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396.tar.gz rootkit-9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396.tar.bz2 rootkit-9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396.zip |
Implement Linux kernel module with process hiding and monitoring capabilities
- Add multiple kernel modules for process manipulation
- Implement /proc directory hooking to hide processes by PID or name
- Create stealth mode to hide specific commands from process listings
- Add process explorer module for detailed process information
- Include shell script for service management integration
- Add proper module parameters for runtime configuration
Diffstat (limited to 'authorized_users.txt')
-rw-r--r-- | authorized_users.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/authorized_users.txt b/authorized_users.txt deleted file mode 100644 index 0ac5f23..0000000 --- a/authorized_users.txt +++ /dev/null @@ -1,3 +0,0 @@ -root -admin -maintenance
\ No newline at end of file |