[ Avaa Bypassed ]




Upload:

Command:

www-data@18.116.15.98: ~ $
#!/bin/sh

# list all installed extensions. --bundled, --shared and non-shared
/usr/lib/libreoffice/program/unopkg list --bundled >&3
/usr/lib/libreoffice/program/unopkg list --shared >&3
/usr/lib/libreoffice/program/unopkg list >&3

# experimental stuff enabled?
echo "" >&3
echo "Experimental features enabled:" >&3
#_lo_profile_ver=`echo 6.4 | cut -d. -f1`
_lo_profile_ver=4
if [ -d "$HOME/.config/libreoffice/$_lo_profile_ver" ]; then
        grep ExperimentalMode $HOME/.config/libreoffice/$_lo_profile_ver/user/registrymodifications.xcu >&3
fi

# installed VCLplugs
echo "" >&3
echo "Installed VCLplugs:" >&3
dpkg -l libreoffice-gtk3 libreoffice-qt5 libreoffice-kf5 >&3

Filemanager

Name Type Size Permission Actions
control File 226 B 0644
presubj File 3.38 KB 0644
script File 676 B 0755