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
/
usr /
include /
linux /
nfsd /
[ HOME SHELL ]
Name
Size
Permission
Action
const.h
635
B
-rw-r--r--
debug.h
752
B
-rw-r--r--
export.h
1.83
KB
-rw-r--r--
nfsfh.h
4.14
KB
-rw-r--r--
stats.h
358
B
-rw-r--r--
syscall.h
2.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : const.h
/* * include/linux/nfsd/const.h * * Various constants related to NFS. * * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de> */ #ifndef _LINUX_NFSD_CONST_H #define _LINUX_NFSD_CONST_H #include <linux/nfs.h> #include <linux/nfs2.h> #include <linux/nfs3.h> #include <linux/nfs4.h> /* * Maximum protocol version supported by knfsd */ #define NFSSVC_MAXVERS 3 /* * Maximum blocksizes supported by daemon under various circumstances. */ #define NFSSVC_MAXBLKSIZE RPCSVC_MAXPAYLOAD /* NFSv2 is limited by the protocol specification, see RFC 1094 */ #define NFSSVC_MAXBLKSIZE_V2 (8*1024) #endif /* _LINUX_NFSD_CONST_H */
Close