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 : stat.conf
/* /usr/include/sys/stat.h */ typedef void stat; typedef void stat64; int stat(char *file, stat *buf); int fstat(int fd, stat *buf); int stat64(char *file, stat64 *buf); int fstat64(int fd, stat64 *buf); int fstatat(int fd, char *file, stat *buf, int flag); int fstatat64(int fd, char *file, stat64 *buf, int flag); int lstat(char *file, stat *buf); int lstat64(char *file, stat64 *buf); int chmod(char *file, __mode_t mode); int lchmod(char *file, __mode_t mode); int fchmod(int fd, __mode_t mode); int fchmodat(int fd, char *file, __mode_t mode, int flag); __mode_t umask(__mode_t mask); __mode_t getumask(); int mkdir(char *path, __mode_t mode); int mkdirat(int fd, char *path, __mode_t mode); int mknod(char *path, __mode_t mode, __dev_t dev); int mknodat(int fd, char *path, __mode_t mode, __dev_t dev); int mkfifo(char *path, __mode_t mode); int mkfifoat(int fd, char *path, __mode_t mode); int utimensat(int fd, char *path, void *times, int flags); int futimens(int fd, void *times); int __fxstat(int ver, int fildes, stat *stat_buf); int __xstat(int ver, char *filename, stat *stat_buf); int __lxstat(int ver, char *filename, stat *stat_buf); int __fxstatat(int ver, int fildes, char *filename, stat *stat_buf, int flag); int __fxstat64(int ver, int fildes, stat64 *stat_buf); int __xstat64(int ver, char *filename, stat64 *stat_buf); int __lxstat64(int ver, char *filename, stat64 *stat_buf); int __fxstatat64(int ver, int fildes, char *filename, stat64 *stat_buf, int flag); int __xmknod(int ver, char *path, __mode_t mode, __dev_t *dev); int __xmknodat(int ver, int fd, char *path, __mode_t mode, __dev_t *dev);
Close