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 /
share /
initramfs-tools /
hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
bcache
543
B
-rwxr-xr-x
btrfs
701
B
-rwxr-xr-x
cloud-initramfs-dyn-netconf
118
B
-rwxr-xr-x
console_setup
3.07
KB
-rwxr-xr-x
copymods
280
B
-rwxr-xr-x
cryptgnupg
958
B
-rwxr-xr-x
cryptgnupg-sc
2.4
KB
-rwxr-xr-x
cryptkeyctl
457
B
-rwxr-xr-x
cryptopensc
1.48
KB
-rwxr-xr-x
cryptpassdev
888
B
-rwxr-xr-x
cryptroot
15.63
KB
-rwxr-xr-x
cryptroot-unlock
1010
B
-rwxr-xr-x
dhcpcd
1.3
KB
-rwxr-xr-x
dmsetup
506
B
-rwxr-xr-x
fixrtc
436
B
-rwxr-xr-x
framebuffer
386
B
-rwxr-xr-x
fsck
2.06
KB
-rwxr-xr-x
fuse
231
B
-rwxr-xr-x
iscsi
672
B
-rwxr-xr-x
kbd
301
B
-rwxr-xr-x
klibc-utils
694
B
-rwxr-xr-x
kmod
468
B
-rwxr-xr-x
lvm2
661
B
-rwxr-xr-x
mdadm
3.14
KB
-rwxr-xr-x
ntfs_3g
304
B
-rwxr-xr-x
overlayroot
688
B
-rwxr-xr-x
plymouth
6.04
KB
-rwxr-xr-x
resume
3.19
KB
-rwxr-xr-x
sg3-utils
485
B
-rwxr-xr-x
thermal
1.14
KB
-rwxr-xr-x
thin-provisioning-tools
331
B
-rwxr-xr-x
udev
2.59
KB
-rwxr-xr-x
xfs
850
B
-rwxr-xr-x
zz-busybox-initramfs
2.18
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : overlayroot
#!/bin/sh set -e PREREQS="cryptsetup" case $1 in prereqs) echo "${PREREQS}"; exit 0;; esac . /usr/share/initramfs-tools/hook-functions ## copy_exec /usr/bin/head /bin copy_exec /usr/bin/sha512sum /bin copy_exec /sbin/wipefs /sbin copy_exec /sbin/cryptsetup /sbin copy_exec /sbin/mke2fs /sbin # this is '||' only in case aesni_intel module isn't built (or others are built in) manual_add_modules overlayfs overlay dm_mod dm_crypt aesni_intel || true # Grab as much true random data as possible, up to 4KB, and stash it into a # random seed in the initramfs dd if=/dev/random of="${DESTDIR}/.random-seed" bs=1 count=4096 iflag=nonblock >/dev/null 2>&1 || true # vi: ts=4 noexpandtab
Close