Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.116.20.205
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
snap /
core /
17200 /
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