[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.226.248.119: ~ $
<?php

return [
    'database' => [
        'type' => 'mysql',
        'host' => '[[softdbhost]]',
        'port' => 3306,
        'name' => '[[softdb]]',
        'username' => '[[softdbuser]]',
        'password' => '[[softdbpass]]',
        'engine' => 'InnoDB',
        'charset' => 'utf8mb4',
        // Remove 'host' above when using sockets
        'socket' => '',
    ],

    'cookie' => [
        'same_site' => 'Lax',
        'secure' => false
    ],

    'cors' => [
        'enabled' => true,
        'origin' => array (
  0 => '*',
),
        'methods' => array (
  0 => 'GET',
  1 => 'POST',
  2 => 'PUT',
  3 => 'PATCH',
  4 => 'DELETE',
  5 => 'HEAD',
),
        'headers' => array (
),
        'exposed_headers' => array (
),
        'max_age' => 600,
        'credentials' => true,
    ],

    'rate_limit' => [
        'enabled' => false,
        'limit' => 100,
        'interval' => 60,
        'adapter' => 'redis',
        'host' => '127.0.0.1',
        'port' => 6379,
        'timeout' => 10,
    ],

    'storage' => [
        'adapter' => 'local',
        'root' => 'public/uploads/[[site_name]]/originals',
        'root_url' => '/uploads/[[site_name]]/originals',
        'thumb_root' => 'public/uploads/[[site_name]]/generated',
        // 'key' => '',
        // 'secret' => '',
        // 'region' => '',
        // 'version' => '',
        // 'bucket' => '',
        // 'options' => '',
        // 'endpoint' => '',
        // 'proxy_downloads' => '',
    ],

    'mail' => [
        'default' => [
            'transport' => 'sendmail',
            // 'sendmail' => '',
            // 'host' => '',
            // 'port' => '',
            // 'username' => '',
            // 'password' => '',
            // 'encryption' => '',
            'from' => 'admin@example.com'
        ],
    ],

    'cache' => [
        'enabled' => false,
        'response_ttl' => 3600,
        'pool' => [
            // 'adapter' => '',
            // 'path' => '',
            // 'host' => '',
            // 'port' => '',
        ],
    ],

    'auth' => [
        'secret_key' => '[[secret_key]]',
        'public_key' => '[[public_key]]',
        'ttl' => 20,
        'social_providers' => [
            // 'okta' => '',
            // 'github' => '',
            // 'facebook' => '',
            // 'google' => '',
            // 'twitter' => '',
        ],
    ],

    'hooks' => [
        'actions' => [],
        'filters' => [],
    ],

    'tableBlacklist' => [],

    'env' => 'production',

    'logger' => [
        'path' => '[[softpath]]/src/core/Directus/Util/Installation/../../../../../logs',
    ],
];

Filemanager

Name Type Size Permission Actions
images Folder 0755
php53 Folder 0755
php56 Folder 0755
php71 Folder 0755
php81 Folder 0755
php82 Folder 0755
.htaccess File 90 B 0644
__api.json File 51 B 0644
edit.php File 5.24 KB 0644
edit.xml File 447 B 0644
extend.php File 9.97 KB 0644
fileindex.php File 139 B 0644
import.php File 3.96 KB 0644
info.xml File 4.48 KB 0644
install.js File 924 B 0644
install.php File 6.25 KB 0644
install.xml File 629 B 0644
md5 File 6.75 KB 0644
notes.txt File 1.2 KB 0644
site.php File 2.57 KB 0644
update_pass.php File 554 B 0644