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 | : 18.219.40.177
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
/
snap /
core /
16928 /
usr /
share /
initramfs-tools /
hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
busybox
506
B
-rwxr-xr-x
fixrtc
412
B
-rwxr-xr-x
framebuffer
528
B
-rwxr-xr-x
fsck
2.41
KB
-rwxr-xr-x
klibc-utils
678
B
-rwxr-xr-x
klibc^i-t
743
B
-rwxr-xr-x
kmod
424
B
-rwxr-xr-x
resize
387
B
-rwxr-xr-x
resume
1.29
KB
-rwxr-xr-x
ubuntu-core-rootfs
335
B
-rwxr-xr-x
udev
1.72
KB
-rwxr-xr-x
zz-busybox-initramfs
1.45
KB
-rwxr-xr-x
zz-dhclient
411
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : framebuffer
#!/bin/sh OPTION=FRAMEBUFFER PREREQ="" prereqs() { echo "$PREREQ" } case $1 in # get pre-requisites prereqs) prereqs exit 0 ;; esac . /usr/share/initramfs-tools/hook-functions copy_modules_dir kernel/drivers/char/agp copy_modules_dir kernel/drivers/gpu copy_modules_dir kernel/ubuntu/i915 manual_add_modules fbcon manual_add_modules vesafb manual_add_modules vga16fb for x in ${MODULESDIR}/initrd/*; do x=${x##*/} x=${x%.*} case ${x} in '*') break ;; *fb) fbcon=y ;; esac manual_add_modules ${x} done
Close