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-133 /
drivers /
iio /
[ HOME SHELL ]
Name
Size
Permission
Action
accel
[ DIR ]
drwxr-xr-x
adc
[ DIR ]
drwxr-xr-x
addac
[ DIR ]
drwxr-xr-x
afe
[ DIR ]
drwxr-xr-x
amplifiers
[ DIR ]
drwxr-xr-x
buffer
[ DIR ]
drwxr-xr-x
cdc
[ DIR ]
drwxr-xr-x
chemical
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
dac
[ DIR ]
drwxr-xr-x
dummy
[ DIR ]
drwxr-xr-x
frequency
[ DIR ]
drwxr-xr-x
gyro
[ DIR ]
drwxr-xr-x
health
[ DIR ]
drwxr-xr-x
humidity
[ DIR ]
drwxr-xr-x
imu
[ DIR ]
drwxr-xr-x
light
[ DIR ]
drwxr-xr-x
magnetometer
[ DIR ]
drwxr-xr-x
multiplexer
[ DIR ]
drwxr-xr-x
orientation
[ DIR ]
drwxr-xr-x
position
[ DIR ]
drwxr-xr-x
potentiometer
[ DIR ]
drwxr-xr-x
potentiostat
[ DIR ]
drwxr-xr-x
pressure
[ DIR ]
drwxr-xr-x
proximity
[ DIR ]
drwxr-xr-x
resolver
[ DIR ]
drwxr-xr-x
temperature
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
trigger
[ DIR ]
drwxr-xr-x
Kconfig
2.96
KB
-rw-r--r--
Makefile
1.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the industrial I/O core. # obj-$(CONFIG_IIO) += industrialio.o industrialio-y := industrialio-core.o industrialio-event.o inkern.o industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o obj-y += accel/ obj-y += adc/ obj-y += addac/ obj-y += afe/ obj-y += amplifiers/ obj-y += buffer/ obj-y += cdc/ obj-y += chemical/ obj-y += common/ obj-y += dac/ obj-y += dummy/ obj-y += gyro/ obj-y += frequency/ obj-y += health/ obj-y += humidity/ obj-y += imu/ obj-y += light/ obj-y += magnetometer/ obj-y += multiplexer/ obj-y += orientation/ obj-y += position/ obj-y += potentiometer/ obj-y += potentiostat/ obj-y += pressure/ obj-y += proximity/ obj-y += resolver/ obj-y += temperature/ obj-y += test/ obj-y += trigger/
Close