⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
data
/
horde
/
scripts
/
Edit File: get_login.php
<?php /** * Copyright 2004-2017 Horde LLC (http://www.horde.org/) * * See the enclosed file COPYING for license information (LGPL-2). If you * did not receive this file, see http://www.horde.org/licenses/lgpl. * * @author Joel Vandal <joel@scopserv.com> * @category Horde * @license http://www.horde.org/licenses/lgpl LGPL-2 * @package Horde */ // Edit the following line to match the filesystem location of your Horde // installation. $HORDE_DIR = '/var/www/horde'; require_once $HORDE_DIR . '/lib/Application.php'; Horde_Registry::appInit('horde', array('authentication' => 'none')); $auth = $injector->getInstance('Horde_Core_Factory_Auth')->create(); // Check for GET auth. if (empty($_GET['user']) || empty($_GET['pass']) || !$auth->authenticate($_GET['user'], array('password' => $_GET['pass']))) { $e = new Horde_Exception_AuthenticationFailure(); $e->application = 'horde'; throw $e; } $horde_login_url = Horde_Util::getFormData('url'); require HORDE_BASE . '/index.php';
Simpan