Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.15.22.62
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
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