Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-6.8.0-106 /
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
cgroup
[ DIR ]
drwxr-xr-x
configfs
[ DIR ]
drwxr-xr-x
connector
[ DIR ]
drwxr-xr-x
coresight
[ DIR ]
drwxr-xr-x
fanotify
[ DIR ]
drwxr-xr-x
fprobe
[ DIR ]
drwxr-xr-x
ftrace
[ DIR ]
drwxr-xr-x
hid
[ 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
pfsm
[ DIR ]
drwxr-xr-x
pidfd
[ DIR ]
drwxr-xr-x
pktgen
[ DIR ]
drwxr-xr-x
qmi
[ DIR ]
drwxr-xr-x
rpmsg
[ DIR ]
drwxr-xr-x
rust
[ 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
user_events
[ 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
9.2
KB
-rw-r--r--
Makefile
1.7
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 subdir-$(CONFIG_SAMPLE_CGROUP) += cgroup 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_CUSTOM_EVENTS) += trace_events/ obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/ obj-$(CONFIG_SAMPLE_FTRACE_OPS) += 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/ obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/ subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue obj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/ obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/ obj-$(CONFIG_SAMPLE_FPROBE) += fprobe/ obj-$(CONFIG_SAMPLES_RUST) += rust/
Close