[ Avaa Bypassed ]




Upload:

Command:

www-data@52.15.133.37: ~ $
#!/bin/sh
set -e

# if whoopsie in never report mode, don't show anything.
which whoopsie
has_whoopsie=$?
systemctl -q is-enabled whoopsie
whoopsie_enabled=$?
if [ $has_whoopsie -eq 0 -a $whoopsie_enabled -ne 0 ]; then
    exit 0
fi

if /usr/share/apport/apport-checkreports; then
    /usr/share/apport/apport-gtk
else
    if /usr/share/apport/apport-checkreports --system; then
        if groups | grep -qE "sudo|admin" ; then
            /usr/lib/update-notifier/system-crash-notification
        fi
    fi
fi


Filemanager

Name Type Size Permission Actions
apt-cdrom-check File 2.39 KB 0755
apt-check File 18.35 KB 0755
apt_check.py File 18.35 KB 0755
backend_helper.py File 4.77 KB 0755
cddistupgrader File 619 B 0755
distro-cd-updater File 14.15 KB 0755
list-oem-metapackages File 1.29 KB 0755
livepatch-notification File 22.15 KB 0755
local-avahi-notification File 14.15 KB 0755
package-data-downloader File 11.83 KB 0755
package-system-locked File 358 B 0755
system-crash-notification File 14.15 KB 0755
update-motd-fsck-at-reboot File 2.79 KB 0755
update-motd-hwe-eol File 1.81 KB 0755
update-motd-reboot-required File 115 B 0755
update-motd-updates-available File 1.47 KB 0755
update-notifier-crash File 513 B 0755