Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
x86_64-linux-gnu /
perl /
5.22.1 /
bits /
Delete
Unzip
Name
Size
Permission
Date
Action
byteswap-16.ph
730
B
-rw-r--r--
2020-10-19 12:57
byteswap.ph
3.72
KB
-rw-r--r--
2020-10-19 12:57
endian.ph
247
B
-rw-r--r--
2020-10-19 12:57
ioctl-types.ph
1.72
KB
-rw-r--r--
2020-10-19 12:57
ioctls.ph
3.74
KB
-rw-r--r--
2020-10-19 12:57
pthreadtypes.ph
4.31
KB
-rw-r--r--
2020-10-19 12:57
select.ph
1.36
KB
-rw-r--r--
2020-10-19 12:57
select2.ph
490
B
-rw-r--r--
2020-10-19 12:57
sigaction.ph
1.48
KB
-rw-r--r--
2020-10-19 12:57
sigcontext.ph
860
B
-rw-r--r--
2020-10-19 12:57
siginfo.ph
7.33
KB
-rw-r--r--
2020-10-19 12:57
signum.ph
2.76
KB
-rw-r--r--
2020-10-19 12:57
sigset.ph
2.99
KB
-rw-r--r--
2020-10-19 12:57
sigstack.ph
408
B
-rw-r--r--
2020-10-19 12:57
sigthread.ph
346
B
-rw-r--r--
2020-10-19 12:57
sockaddr.ph
507
B
-rw-r--r--
2020-10-19 12:57
socket.ph
12.22
KB
-rw-r--r--
2020-10-19 12:57
socket2.ph
177
B
-rw-r--r--
2020-10-19 12:57
socket_type.ph
766
B
-rw-r--r--
2020-10-19 12:57
syscall.ph
82.47
KB
-rw-r--r--
2020-10-19 12:57
syslog-ldbl.ph
355
B
-rw-r--r--
2020-10-19 12:57
syslog-path.ph
363
B
-rw-r--r--
2020-10-19 12:57
syslog.ph
404
B
-rw-r--r--
2020-10-19 12:57
time.ph
1.77
KB
-rw-r--r--
2020-10-19 12:57
timex.ph
3.1
KB
-rw-r--r--
2020-10-19 12:57
types.ph
2.42
KB
-rw-r--r--
2020-10-19 12:57
typesizes.ph
3.93
KB
-rw-r--r--
2020-10-19 12:57
uio.ph
581
B
-rw-r--r--
2020-10-19 12:57
waitflags.ph
1.15
KB
-rw-r--r--
2020-10-19 12:57
waitstatus.ph
2.52
KB
-rw-r--r--
2020-10-19 12:57
wordsize.ph
457
B
-rw-r--r--
2020-10-19 12:57
Save
Rename
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_SYS_WAIT_H) && !defined (&_STDLIB_H)) { die("Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."); } unless(defined(&__WEXITSTATUS)) { sub __WEXITSTATUS { my($status) = @_; eval q(((($status) & 0xff00) >> 8)); } } unless(defined(&__WTERMSIG)) { sub __WTERMSIG { my($status) = @_; eval q((($status) & 0x7f)); } } unless(defined(&__WSTOPSIG)) { sub __WSTOPSIG { my($status) = @_; eval q( &__WEXITSTATUS($status)); } } unless(defined(&__WIFEXITED)) { sub __WIFEXITED { my($status) = @_; eval q(( &__WTERMSIG($status) == 0)); } } unless(defined(&__WIFSIGNALED)) { sub __WIFSIGNALED { my($status) = @_; eval q((( ((($status) & 0x7f) + 1) >> 1) > 0)); } } unless(defined(&__WIFSTOPPED)) { sub __WIFSTOPPED { my($status) = @_; eval q(((($status) & 0xff) == 0x7f)); } } if(defined(&WCONTINUED)) { eval 'sub __WIFCONTINUED { my($status) = @_; eval q((($status) == &__W_CONTINUED)); }' unless defined(&__WIFCONTINUED); } unless(defined(&__WCOREDUMP)) { sub __WCOREDUMP { my($status) = @_; eval q((($status) & &__WCOREFLAG)); } } unless(defined(&__W_EXITCODE)) { sub __W_EXITCODE { my($ret, $sig) = @_; eval q((($ret) << 8| ($sig))); } } unless(defined(&__W_STOPCODE)) { sub __W_STOPCODE { my($sig) = @_; eval q((($sig) << 8| 0x7f)); } } eval 'sub __W_CONTINUED () {0xffff;}' unless defined(&__W_CONTINUED); eval 'sub __WCOREFLAG () {0x80;}' unless defined(&__WCOREFLAG); if(defined(&__USE_MISC)) { require 'endian.ph'; if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__BIG_ENDIAN) ? &__BIG_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__BIG_ENDIAN) ? &__BIG_ENDIAN : undef)) { } eval 'sub w_termsig () { ($__wait_terminated->{__w_termsig});}' unless defined(&w_termsig); eval 'sub w_coredump () { ($__wait_terminated->{__w_coredump});}' unless defined(&w_coredump); eval 'sub w_retcode () { ($__wait_terminated->{__w_retcode});}' unless defined(&w_retcode); eval 'sub w_stopsig () { ($__wait_stopped->{__w_stopsig});}' unless defined(&w_stopsig); eval 'sub w_stopval () { ($__wait_stopped->{__w_stopval});}' unless defined(&w_stopval); } 1;