Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
bug /
libreoffice-core /
[ HOME SHELL ]
Name
Size
Permission
Action
control
255
B
-rw-r--r--
presubj
3.38
KB
-rw-r--r--
script
678
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script
#!/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.1 | 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-gtk2 libreoffice-gtk3 libreoffice-kde5 >&3
Close