Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.22.41.47
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
src /
linux-aws-headers-5.4.0-1018 /
arch /
mips /
[ HOME SHELL ]
Name
Size
Permission
Action
alchemy
[ DIR ]
drwxr-xr-x
ar7
[ DIR ]
drwxr-xr-x
ath25
[ DIR ]
drwxr-xr-x
ath79
[ DIR ]
drwxr-xr-x
bcm47xx
[ DIR ]
drwxr-xr-x
bcm63xx
[ DIR ]
drwxr-xr-x
bmips
[ DIR ]
drwxr-xr-x
boot
[ DIR ]
drwxr-xr-x
cavium-octeon
[ DIR ]
drwxr-xr-x
cobalt
[ DIR ]
drwxr-xr-x
crypto
[ DIR ]
drwxr-xr-x
dec
[ DIR ]
drwxr-xr-x
emma
[ DIR ]
drwxr-xr-x
fw
[ DIR ]
drwxr-xr-x
generic
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
jazz
[ DIR ]
drwxr-xr-x
jz4740
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
kvm
[ DIR ]
drwxr-xr-x
lantiq
[ DIR ]
drwxr-xr-x
lasat
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
loongson32
[ DIR ]
drwxr-xr-x
loongson64
[ DIR ]
drwxr-xr-x
math-emu
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
mti-malta
[ DIR ]
drwxr-xr-x
net
[ DIR ]
drwxr-xr-x
netlogic
[ DIR ]
drwxr-xr-x
oprofile
[ DIR ]
drwxr-xr-x
paravirt
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
pic32
[ DIR ]
drwxr-xr-x
pistachio
[ DIR ]
drwxr-xr-x
pmcs-msp71xx
[ DIR ]
drwxr-xr-x
pnx833x
[ DIR ]
drwxr-xr-x
power
[ DIR ]
drwxr-xr-x
ralink
[ DIR ]
drwxr-xr-x
rb532
[ DIR ]
drwxr-xr-x
sgi-ip22
[ DIR ]
drwxr-xr-x
sgi-ip27
[ DIR ]
drwxr-xr-x
sgi-ip32
[ DIR ]
drwxr-xr-x
sibyte
[ DIR ]
drwxr-xr-x
sni
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
txx9
[ DIR ]
drwxr-xr-x
vdso
[ DIR ]
drwxr-xr-x
vr41xx
[ DIR ]
drwxr-xr-x
Kbuild
611
B
-rw-r--r--
Kbuild.platforms
888
B
-rw-r--r--
Kconfig
80.86
KB
-rw-r--r--
Kconfig.debug
5.01
KB
-rw-r--r--
Makefile
19.26
KB
-rw-r--r--
Makefile.postlink
692
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kbuild
# SPDX-License-Identifier: GPL-2.0 # Fail on warnings - also for files referenced in subdirs # -Werror can be disabled for specific files using: # CFLAGS_<file.o> := -Wno-error ifeq ($(W),) subdir-ccflags-y := -Werror endif # platform specific definitions include arch/mips/Kbuild.platforms obj-y := $(platform-y) # make clean traverses $(obj-) without having included .config, so # everything ends up here obj- := $(platform-) # mips object files # The object files are linked as core-y files would be linked obj-y += kernel/ obj-y += mm/ obj-y += net/ obj-y += vdso/ ifdef CONFIG_KVM obj-y += kvm/ endif
Close