From 9a53dbd03bfb9d1b1c76cef9a5a3f6fa051de396 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Thu, 17 Apr 2025 00:47:08 +0530 Subject: 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 --- authorized_users.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 authorized_users.txt (limited to 'authorized_users.txt') 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 -- cgit v1.2.3-59-g8ed1b