Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
initramfs-tools /
scripts /
init-bottom /
Delete
Unzip
Name
Size
Permission
Date
Action
cloud-initramfs-dyn-netconf
5.08
KB
-rwxr-xr-x
2018-10-01 19:50
copymods
2.01
KB
-rwxr-xr-x
2018-10-01 19:50
lvm2
370
B
-rwxr-xr-x
2015-12-10 13:30
overlayroot
24.85
KB
-rwxr-xr-x
2018-10-01 19:50
plymouth
166
B
-rwxr-xr-x
2018-05-09 13:58
udev
467
B
-rwxr-xr-x
2021-04-02 04:39
Save
Rename
#!/bin/sh -e PREREQS="" prereqs() { echo "$PREREQS"; } case "$1" in prereqs) prereqs exit 0 ;; esac # Stop udevd, we'll miss a few events while we run init, but we catch up udevadm control --exit # move the /dev tmpfs to the rootfs mount -n -o move /dev ${rootmnt}/dev # create a temporary symlink to the final /dev for other initramfs scripts if command -v nuke >/dev/null; then nuke /dev else rm -rf /dev fi ln -s ${rootmnt}/dev /dev