diff options
author | 2025-04-17 00:47:08 +0530 | |
---|---|---|
committer | 2025-04-17 00:47:08 +0530 | |
commit | 9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396 (patch) | |
tree | 6f4f19179225eee4c0cb8b47299bad0bfeb2dfc7 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore |